0
what goes here?
<h>some heading </h>, ------I am learning. -----</p>
2 Answers
0
proper tags should be
<head> some heading </head>
<p>I am learning </p>
in order for the text to show up in the browser the <p> (paragraph tag). the <p> tag must always have a opening and closing tag. hope this helps :)
0
use proper tags