0
Why all the display commands are getting displayed whereas only display 4 should be displayed.
<html> Display 1 <head> Display 2 </head> <body> Display 3 <p>display 4</p> </body> </html>
1 Respuesta
+ 1
add the comment tag around the 3 other display texts
<!— display 1 —>
this should hide it
anything not inside tags is considered text to display