You are on page 1of 9

Hyper Text Markup language

 It Is a script language to make


or design web page
 Tim Barner lee developed it in
1990
 Different tags are used in HTML
Types of Tag
 Container tag: It has opening and
closing tag.
<b>……….</b>
Example: <b>Bangladesh</b>

Empty tag: it has only opening tag.


<br>…………… (for line break)
<img>…………
<inp>………….
Main structure of HTML
<html>

<head>

<title>. . . . . . . . . . . . . . . . . . . . . . . . . . . . </title>

</head>

<body> . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

</body>

</html>
Example
Hello ! Friends.
How are you?
<html>
<head>
<title>. . . . . . . . . . . . . . . . . . </title>
</head>
<body> <u> Hello</u> ! <b> Friends</b> <br>
<i>how are you</i> ? </body>

</html>
How can we use different tag in one
sentence?

Example: go Corona, go Corona

<b><u> go Corona, go Corona </u> </b>

Or

<u><b> go Corona, go Corona </b> </u>


HTML(Special Tag)

Superscript tag <Sup>………</sup>

(a+b)2

Subscript Tag <sub>……………..</sub>

H O
Example

3
Log 2 = Log
8 2
2

Log<sub> 2 </sub> <sup> 8 </sup> = Log<sub> 2

</sub><sup> 2 <sup> 3 </sup> </sup>


Quarantine Work

Write Html code in the notepad for the following sentence:

Prevention of Corona
Wash your hands regularly, ok? Take enough liquid everyday
Stay home, Stay safe

Log163= Log 423


Thank you

You might also like