Introduction To HTML
Introduction To HTML
TO HTML
If a Webpage were a House
HTML CSS
Structure and physical layout Paint, wallpaper,
interior design
Creating HTML Pages
HTML
• Creating webpages
• Series of element
Working Together
HTML: Structure of web page
<html>
<head></head>
<body></body>
</html>
<html>
• root element of an HTML page
<head>
• meta information about the HTML page
<title>
• title for the HTML page (which is shown in the browser's title bar or in the
page's tab)
<body>
• document's body, and is a container for all the visible contents
<h1>
• element defines a large heading
<p>
• element defines a paragraph
Headers