fill in the blanks to make the text "first paragraph" a comment | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

fill in the blanks to make the text "first paragraph" a comment

<html> <body> _first paragraph_ <p>welcome to my webpage</p> </body> </html>

21st Jun 2019, 12:48 PM
MANOGNA JONES
MANOGNA JONES - avatar
6 Answers
+ 7
Are you sure, that this is a correct section for this? =) anyway, it is <!-- --> if you're asking.. but next time make sure to change title of your post to question ;)
21st Jun 2019, 12:53 PM
Krysto Foxik 🐥
Krysto Foxik 🐥 - avatar
0
<html> <body> <!__ First paragraph __> <p>Welcome to my webpage</p> </body> </html> !!!!!!!!!!!!!!!!!!!!!!!!!???????????????????
18th Mar 2021, 8:12 AM
Ben O Factor
Ben O Factor - avatar
0
what goes before and after first paragraph? in this question Fill in the blanks to make the text "First paragraph" a comment: <html> <body> First paragraph <p>Welcome to my webpage</p> </body> </html>
18th Mar 2021, 8:49 AM
Ben O Factor
Ben O Factor - avatar
0
<!-- First paragraph-->
27th Mar 2021, 10:32 AM
Nesrin Sevi
Nesrin Sevi - avatar
- 1
Fill in the blanks to make the text "First paragraph" a comment: <html> <body> ?First paragraph? <p>Welcome to my webpage</p> </body> </html>
18th Mar 2021, 8:03 AM
Ben O Factor
Ben O Factor - avatar
- 1
Challenge 1 Fill in the blanks to make the text "First paragraph" a comment: <html> <body> <!= First paragraph => <p>Welcome to my webpage</p> </body> </html>
18th Mar 2021, 8:10 AM
Ben O Factor
Ben O Factor - avatar