HTML STRUCTURE
< H EAD>
< TITLE>
MY FIRST PAGE
<BODY>
GLOBAL INFORMATION CHANNELI
</BODY>
</HTML>
Explain these tags
• <HTML> - Describe HTML web page that is to be viewed
by a web browser.
• <HEAD> - This defines the header section of the
page.
• <TITLE> - This shows a caption in the title bar of
the page.
• <BODY> - This tag show contents of the web page will
be displayed.
Types of HTML Tags
There are two different types of tags:->
Container Element:->
Container Tags contains start
tag & end tag i.e.
<HTML>……</HTML>
Empty Element:->
Empty Tags contains start tag i.e.
<BR>
Post a Comment