Answers for "formatting in html"

CSS
4

html text tag

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

insert text html

<object height=20 width=75 type='text/plain' border=0 data="URL/filename.txt"></object>
Posted by: Guest on September-13-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
3

html formatting

<p>Normal Text</p>
<p><b>Bold Text</b></p>
<p><i>Italic Text</i></p>
<p><em>Emphasized Text</em></p>
<p><mark>Marked Text</mark></p>
<p><small>Small Text</small></p>
Posted by: Guest on May-02-2021

Browse Popular Code Answers by Language