please how can I input html headings comments | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

please how can I input html headings comments

15th Aug 2016, 3:16 PM
emmanuel sesan
11 Answers
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.
15th Aug 2016, 4:26 PM
Rubalu
Rubalu - avatar
0
yes
15th Aug 2016, 4:48 PM
emmanuel sesan
0
Please be more specific :(
15th Aug 2016, 4:51 PM
Rubalu
Rubalu - avatar
0
a comment visible by user
15th Aug 2016, 4:53 PM
emmanuel sesan
0
specify the type of comment pls.
16th Aug 2016, 12:10 AM
Victor
0
do you mean this? <!-- text here -->
18th Aug 2016, 2:55 PM
Hanizam Onesevensix
Hanizam Onesevensix - avatar
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
19th Aug 2016, 1:33 PM
Omar Fathalla
Omar Fathalla - avatar
0
What's the use of comment in a web page??
28th Apr 2020, 2:47 AM
Akshay Hajare
Akshay Hajare - avatar
0
Anyone solved that riddle?
4th Jan 2022, 8:27 PM
Chibuike Offor
- 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>
15th Aug 2016, 4:56 PM
Rubalu
Rubalu - avatar
- 2
<!-- This is a comment--> It's the correct type of writing html comment
23rd Dec 2020, 4:32 AM
SS Media
SS Media - avatar