NM Web Tutorials
XHTML
Display Picture Make Text Link Make Image Link Basic Text Attributes Make a List Easy Back Button HEX ColoursCSS
Font/Colour Attributes Roll Over-text Roll Over-image Borders Float Margins Padding BackgroundsOther Useful Tips
Add to Search Engine TermsXHTML
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.
Home | Basics | Getting Started | Display Text | Escape Character Sequences | Basic Text Attributes