answersLogoWhite

0

The comment tag makes it easier to navigate the HTML document as a developer. Comments can be used to denote tricky bits of code, or to help organize the code so you know where one thing starts and another ends without having to read the whole document.

This way, when you go back to a HUGE HTML file you build in 1999, you (or your successor) won't get tripped up by the same mistakes you made the first time around.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you add HTML tag within javascript?

Unless it is in a comment, you can't


What characters cannot be included in an HTML comment?

There are no restrictions on which character cannot be placed in the comment tag, as As it is not -->, since that will end the comment.


What is the comments tag?

To add a comment in HTML 4, 5, or XHTML, you can use the comment tag. The tag looks like this: <!-- This is a comment. This is only a comment --> You can only use two hyphens in XHTML, and the space must be present for validation. This can be a multi-line comment by simply adding newlines. <!-- This is a comment. This is only a comment -->


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


How many types of comments are their in HTML?

Singular TAGS in HTML:Normally it considered tag only tag is the Singular Tag in Html.But tag is also can used as a Singular Tag. tag has dual functionality, means it can used as Paired Tag and also as Singular.For Example:if we use it as paired, it will work as we know already, but if we use this Tag using HTML like:dummy text dummy text dummy text dummy textNow it will produce the result as:dummy text dummy textdummy text dummy textThanks.Hammad Ahmad.Email: hammadahmadweb@aol.com


How do you make a webpage using HTML?

First Google for "HTML tutorials", bookmark these sites and learn. HTML is what i like to call a tag language, and it's an easy thing to learn. a very basic webpage would look like: ================================================================================ <!-- --> is a HTML comment and wont be displayed by the browser, usage: <!-- this is a comment --> copy and paste the bit from <HTML> to </HTML> paste it in an empty text file and save it as .HTML open the newly saved HTML file(double click it), Congrats your first HTML page.


What does a tag do?

A tag has many different meanings.In HTMLA tag is an opening and closing bracket before and after HTML code.In Social Media WebsitesA tag is a comment or 'like' in which one person 'marks' another person's comment or photos.In HealthA tag is an excessive growth of skin that makes the appearance of a 'tag', something that sticks out from normal skin and annoys the person.In ShoppingA tag is a piece of lightweight cardboard that gives a sales price.


What is used to meta tag in HTML?

html


The tag that appears after the HTML tag is?

<head>


What is the first tag in every HTML document?

The HTML document begins,and ends with the tag . The element defines the whole HTML document. The element has a start tag and an end tag The Start element Tags within the HTML tags begins the content to be displayed for the web page (end body tag) The basic Tags needed to start an HTML document (and must be ended) look like this: This is where the content goes


What is the role of HTML in webpage structure?

HTML is the program language that actually displays the content on a page and without it or an alternative, such as php, nothing would display on the page.