0

Fill in the blanks to make "first paragrahh" as a comment

<html> <body> ____"first paragraph .......... <p> "my web page "</p> </body> </html> can anyone help me to fill this blank

6th Oct 2017, 1:04 AM
ABHITH G
ABHITH G - avatar
3 Respuestas
+ 9
Comments in HTML start with "<!--" and end with "-->"
6th Oct 2017, 1:21 AM
LynTon
LynTon - avatar
+ 2
<!--, -->
6th Oct 2017, 3:27 AM
Rishita
Rishita - avatar
0
<html> <body> <!--First paragraph--> <p>Welcome to my webpage</p> </body> </html>
11th Apr 2018, 6:59 AM
Mahnoor Shahzad
Mahnoor Shahzad - avatar