0
Fill in the blanks to make the text "First paragraph" a comment: <html> <body> First paragraph <p>Welcome to my webp
Fill in the blanks to make the text "First paragraph" a comment: <html> <body> First paragraph <p>Welcome to my webpage</p> </body> </html>
8 Antworten
+ 2
<html>
<body>
<!--First paragraph-->
<p>Welcome to my webpage</p>
</body>
</html>
0
0
-->
0
I don’t get it
0
- 1
<!-- First paragraph -->
- 1
You guys are crazy
- 1
<html>
<body>
<!--First paragraph-->
<p>Welcome to my webpage</p>
</body>
</html>