Tuesday, December 25, 2018

Document

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

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...