Wednesday, May 8, 2013

The Basic Structure of HTML Document

<html>
<head>
<title>---------------</title>
</head>
<body>--------------</body>
</html>
 

  • <html> - The main container for Html pages    
  • <head> - The container for page header information
  • <title>   - The title of the pages
  • <head> - The main body of the pages
Coding
Out put


No comments:

Post a Comment