Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
HEADER [cont'd]
MOUSE EVENTS [cont'd]
HTML in HTML BLOCK of HTML 4
2420 Views
Defined HTML 
HTML tag is the root tag of html program. HTML is the presentation layer of web applications. All browsers can understand html predefined tags meanings only. It allows the users to create UI things on the web page. HTML programs are executable by all web browsers.
HTML contains HEAD and BODY sections 
HTML contains HEAD and BODY sections, HEAD is used to give header information for the webpage like title, description and some other meta tags for the header. BODY contains all the display tags units of the HTML page.
Basic HTML Program Template with HEAD and BODY
<HTML>
    <HEAD>
            <!-- Page Header Information Block -->
    </HEAD>
    <BODY>
            <!-- Page UI Display Tags Block -->
    </BODY>
</HTML>
Next
Next Topics
Next lessons of current book.
HTML BLOCK of HTML 4
HTML BLOCK of HTML 4
HEADER of HTML 4
HEADER of HTML 4
HEADER of HTML 4
Best Lessons of "HTML 4"
Top lessons which are viewed more times.
TEXT FONT STYLE of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details