Introduction To HTML
Introduction To HTML
HEAD SECTION
• <HEAD> and </HEAD> tags identify the heading or title of document.
• The text between the title tags appears as title in the browser’s
window
• Its length should not be more than 60 characters.
<BODY>
#body of HTML
<BODY>
Example:
<body BGCOLOR=“green” TEXT=“blue”>
<body BACKGROUND=“picture.jpg”>