+ 2
What is this
Fill in the blanks to make the text "First paragraph" a comment: <html> <body> ____First paragraph___ <p>Welcome to my webpage</p> </body> </html>
2 Réponses
+ 4
You must write a comment in the blanks using html:
<html>
<body>
<! - - First paragraph-->
<p>Welcome to my webpage</p>
</body>
</html>