Page

HTML source code for Text formatting

<!DOCTYPE html>
<html>
<body>

<p><b> text is bold</b></p>
<p><strong>text is strong</strong></p>
<p><em>text is emphasized</em></p>
<p><i>text is italic</i></p>
<p><small>text is small</small></p>

</body>
</html>

No comments:

Post a Comment