Horje

Full Example of HTML Text Formatting

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p><b>This text is bold</b></p>
<p><i>This text is italic</i></p>
<p>This is<sub> subscript</sub> and <sup>superscript</sup></p>

</body>
</html>

Output should be:

Full Example of HTML Text Formatting




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Formatting
Uploaded by:
Admin