HTML Body Tag Attribute
The body element contains tables, lists, forms, paragraphs, pictures etc. That is everything must be placed within the body element to be displayed on browser.
Example: 1
<html>
<head>
<title>
</title>
</head>
<body>
<h1>Hello world.</h1>
This is my first web page.
</body>
</html>
Output
No comments:
Post a Comment