vivarem logo
/ Vivarem / Computers and IT / IT Education / online / tutorial / Html / chap2 /
There are 0 sub sections

You can add Your Link here with New Link
Basics of formatting

Heading
We have headiing from H1 to H6 the largest to smallest
<h1>Vivarem.com</h1>
<h2>Vivarem.com</h2>
.
.
.
<h6>Vivarem.com</h6>
Learn by doing - Heading

Preformatted text
Syntax <pre> </pre>
text is displayed as it is typed including line breaks and spaces

Below mentioned tags are good for formatting progamming code samples and terminal outputs
<code> Computer code text
<kbd> Keyboard text
<samp> Sample computer code
<tt> Teletype text
<var> Variable

Formating
For Text formating we use the following tags. Any text tahts is insert between the below text will have the said formating effects.
<b></b> bold text
<big></big> big text
<del></del> deleted text
<em></em> emphasized text
<i> </i> italic text
<small></small> small text
<strong></strong> strong text
<sub></sub> subscripted text
<sup></sup> superscripted text
<ins></ins> inserted text
<abbr> </abbr> abbreviation
<acronym></acronym>acronym
<address></address> address element
<bdo></bdo> text direction
<blockquote></blockquote> long quotation
<cite></cite> citation
<dfn><dfn> definition term
<q></q> short quotation
Learn by doing - formating

vivarem learn by doing more advanced html tutorial with online practice


You can Add a Classified here with New Classified