BASIC:-
<html>
<body>
<h1>Heading.</h1>
<p>Paragraph.</p>
</body>
</html>
output:-
- The HTML document itself begins with <html>and ends with</html>.
- The visible part of the HTML document is between <body>and</body>.
 
 
No comments:
Post a Comment