+ 3
please how can I input html headings comments
11 Respuestas
0
You want to put a comment in a heading? A comment for yourself only? A comment that is visible by users? More info please.
0
yes
0
Please be more specific :(
0
a comment visible by user
0
specify the type of comment pls.
0
do you mean this? <!-- text here -->
0
If u want make comment for you it will be unvisual for user . User mean the browser if u want make comment for user u will wright paragraph like any paragraphs for user to remider him for something
0
What's the use of comment in a web page??
0
Anyone solved that riddle?
- 1
Well, this is one way:
<!DOCTYPE html>
<html>
<body>
<h1>This is your heading 1</h1>
<p>This is your comment.</p>
<hr>
<h2>This is heading number 2</h2>
<p>This is some comment.</p>
<hr>
<h2>This is heading number 3</h2>
<p>This is some other comment.</p>
</body>
</html>
- 2
<!-- This is a comment-->
It's the correct type of writing html comment