- 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>
6 Réponses
+ 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 ;)
0
<html>
<body>
<!__
First paragraph
__>
<p>Welcome to my webpage</p>
</body>
</html>
!!!!!!!!!!!!!!!!!!!!!!!!!???????????????????
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>
0
<!-- First paragraph-->
- 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>
- 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>