Tuesday 22 January 2019

Learn HTML part 8

Comments

The browser doesn't display comments, but they help document the HTML and add descriptions, remainders, and other notes. 

For example 
<! -- Your comment goes here -->

<html>
<head>
<title> first page</title>
</head>
<body>
<h1> This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
<hr/>
<p> This is my first paragraph </p>
<!-- Your comment goes here -->
</body>
</html>
   

Basic Knowledges

Author & Editor

Has laoreet percipitur ad. Vide interesset in mei, no his legimus verterem. Et nostrum imperdiet appellantur usu, mnesarchum referrentur id vim.

0 Comments:

Post a Comment