Computer Science, asked by anshuriya922, 8 months ago

How do you insert a comment in HTML​

Answers

Answered by TwilightShine
6

Answer:

Certain tags can be used to insert a comment in HTML.

Some tags are <HTML>, <TITLE>, <HEAD> etc...

They are used for various purposes, an HTML code starts with <HTML> and ends with <HTML> too...

Hope it helps! :)

Answered by aabrakadabra348
1

Answer:

The <!– –> stuff is the HTML comment. It is a way to add notes into the code which will not display when the HTML is rendered by the browser.

Similar questions