Fill in the blanks to make the text "First paragraph" a comment: | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 3

Fill in the blanks to make the text "First paragraph" a comment:

<html> <body> ___First paragraph___ <p>welcome to my webpage</p> </body> </html>

5th Dec 2017, 4:31 AM
Rikki
Rikki - avatar
5 ответов
+ 8
<html> <body> <!--First paragraph--> <p>welcome to my webpage</p> </body> </html> p.s : you're not following content creation guidelines. https://www.sololearn.com/Discuss/321242/?ref=app
5th Dec 2017, 4:33 AM
Ranjan Bagri
Ranjan Bagri - avatar
+ 2
Example of comment <!--.....--> and don't post such questions
5th Dec 2017, 5:48 AM
#RahulVerma
#RahulVerma - avatar
+ 1
Thx
30th Jun 2019, 6:55 PM
Nazmi Rexha
Nazmi Rexha - avatar
0
<html> <body> <!--First paragraph--> <p>Welcome to my webpage</p> </body> </html>
11th Apr 2018, 6:51 AM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
html> <body> <!--First paragraph--> <p>Welcome to my webpage</p> </body> </html>
13th Aug 2021, 9:07 AM
Jackson W. Kowoin II
Jackson W. Kowoin II - avatar