HTML defines a lot of elements for formatting output, like bold or italic text.
Below are a lot of examples that you can try out yourself:
Text formatting
<html>
<body>
<b>This text is bold</b><br>
<strong>
This text is strong
</strong>
<br>
<big>
This text is big
</big>
<br>
</body>
</html>
Output
This text is bold
This text is strong This text is big
This text is strong This text is big
.
No comments:
Post a Comment