HTML is written by using tags. Every
tag starts with ‘<’ ‘>’ and end with same sign but with a /.
For example we can see <HTML>, </HTML>. It is mandatory to
start and end every HTML file with <html> and </html>. In
between HTML tags there are HEAD and BODY section. So more or less it looks
like :
<HTML><HEAD>
…………………………….
</HEAD>
<BODY>
……………………………
……………………………
</BODY>
</HTML>
…………………………….
</HEAD>
<BODY>
……………………………
……………………………
</BODY>
</HTML>
0 comments:
Post a Comment