Mainly two part of HTML.
1. <head> tag
2. <body>tag
/* <title> tag always in header section */
/* All other design part put in body */
Ex:
<html>
<head>
<title>Hello HTML</title>
</head>
<body>
<p>This is body of HTML</p>
</body>
</html>
Basic HTML for Beginners
Reviewed by 4khdimg
on
7:32 PM
Rating:
Best php tutorial
ReplyDelete