Some very basic HTML Text Tags just for reference to copy and paste into Text headers and body copy
2/5 - (2 votes)
Some very basic HTML Text Tags just for reference to copy and paste into Text headers and body copy
Delete your first paragraph.Write another paragraph.
Hello Write the paragraph in larger font.
Do not forget to buy milk today.
My favorite color is blue red.
My favorite color is blue red.
This is subscripted text.
This is superscripted text.
Write Your First Paragraph in underlined text.
Hello Write Your First Paragraph in monospaced font.
Hello Write the paragraph in smaller font.
No Additional CCS Required
Break Text<br>
Bold Text inline -- <strong>ROBEDGE.COM</strong><br>
Coloured Inline <span style="color:red">TEXT---</span><br>
<i>This text is italic</i> <br>
<b>This text is bold</b><br>
<strong>This text is important!</strong><br>
<em>This text is emphasized</em>
<p> <del>Delete your first paragraph.</del><ins>Write another paragraph.</ins></p>
<p>Hello <big>Write the paragraph in larger font.</big></p>
<p>Do not forget to buy <mark>milk</mark> today.</p>
<p>My favorite color is <del>blue</del> red.</p>
<p>My favorite color is <del>blue</del> <ins>red</ins>.</p>
<p>This is <sub>subscripted</sub> text.</p>
<p>This is <sup>superscripted</sup> text.</p>
<p> <u>Write Your First Paragraph in underlined text.</u></p>
<p>Hello <tt>Write Your First Paragraph in monospaced font.</tt></p>
<p>Hello <small>Write the paragraph in smaller font.</small></p>