Answers for "html how to format text"

CSS
7

html bold

<!--Emphasized bold text. It's for content that is of greater importance-->
<strong>I'm a content</strong>

<!--Bold text. It's used to draw attention to text without indicating that it's more important-->
<b>I'm another content</b>
Posted by: Guest on July-27-2020
4

html text tag

<text>Your Text...</text>
Posted by: Guest on March-10-2020
0

HTML Text Formatting

<b> - Bold text
    <strong> - Important text
    <i> - Italic text
    <em> - Emphasized text
    <mark> - Marked text
    <small> - Smaller text
    <del> - Deleted text
    <ins> - Inserted text
    <sub> - Subscript text
    <sup> - Superscript text
Posted by: Guest on October-15-2021

Browse Popular Code Answers by Language