- 2
First paragraph
<html> <head> _____ my first paragraph ____ what should I write in this empty lines
4 Respostas
+ 2
<p>my first paragraph</p>
+ 2
Wrong question.
First head must be closed.
then start body.
then p tag.
0
<p>my first paragraph</p>
0
<body>
<p>Firs paragraph</p>
</body>