You are on page 1of 1

<HTML>

<HEAD>
<TITLE>
Title of the page
</TITLE>
</HEAD>
<BODY BGCOLOR="YELLOW">
<body bgcolor=”Blue” text="white">

<H1> BHANVI MITTAL </H1>


<p align=”left”> BLALALAL</P>
<H2> BHANVI MITTAL </H2>
<H3> BHANVI MITTAL </H3>
<H4> BHANVI MITTAL </H4>
<H5> BHANVI MITTAL </H5>
<H6> BHANVI MITTAL </H6>
Text which appears on a web page
<FONT FACE=”TIMES NEW ROMAN” SIZE=6 COLOR="RED">LOVE YOURSELF
</FONT>
FONT COLOR=”BLUE” SIZE=4>
</FONT>
</BODY>
</HTML>
The HTML <pre> element defines preformatted text.
The text inside a <pre> element is displayed in a fixed-width font (usually
Courier), and it preserves both spaces and line breaks:

<PRE>
My name is BHANVI MITTAL
I teach Computer Science.
I am teaching HTML to class 8th students.

I hope you will understand HTML Basics.


</PRE>

<b> - Bold text – to apply bold to the text.


 <strong> - Important text – used for the important text.
 <i> - Italic text- to apply italic to the text.
 <em> - Emphasized text – to emphasize the text.
 <mark> - Marked text – to mark the text with some color.
 <u> - Underline text – to underline the text.
 <big>-bigger text – to make the text size big
 <small> - Smaller text – to make the text size small.
 <del> - Deleted text – to delete the text.
 <ins> - Inserted text – to insert the text in the sentence.
 <sub> - Subscript text - to display text below the baseline.
 <sup> - Superscript text – to display text above the baseline.
 <tt> - Typewriter – to display text in typewriter font.
 <strike> or <s> - Strike – to draw a line through the middle of the text.

You might also like