Computer Science, asked by parnav38, 1 year ago

what is the method of using comment line in html code

Answers

Answered by HimaniVarshney
76
<comment>......</comment>

or

<!........>

parnav38: thnx bro
Answered by thakurji184
74
This element is used to add acomment to an HTML document. AnHTML comment begins with <!–– and the comment closes with ––> . HTML comments are visible to anyone that views the page source code, but are not rendered when the HTMLdocument is rendered by a browser.

parnav38: thnx
Similar questions