The Web Just This Site

NM Web Tutorials

Basics: Text Attributes

XHTML

What The Code Does

<p>
<em>
italicised text</em>, <i>italicised text</i>, <strong>bold text</strong>, <b>bold text</b>
<ins>
underlined text</ins>,
</p>

 

<center><p>centre text or an image, anything</p></center>

 

<p>You can make text<br /> go to the next line,</p>

 

<blockquote>
<p>or perhaps you would like a section of text to be indented from both sides, which is good for a quotation.</p>
</blockquote>

italicised text, italicised text, bold text, bold text underlined text,

centre text or an image, anything

You can make text
go to the next line,

or perhaps you would like a section of text to be indented from both sides, which is good for a quotation.

Take your time with these, they're useful.