- 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>
5 Réponses
+ 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
+ 2
Example of comment
<!--.....-->
and don't post such questions
+ 1
Thx
0
<html>
<body>
<!--First paragraph-->
<p>Welcome to my webpage</p>
</body>
</html>
0
html>
<body>
<!--First paragraph-->
<p>Welcome to my webpage</p>
</body>
</html>