0
please help
please am a beginner, am finding it hard to answer the second question in html. i dont no how to arrange the phase "I am learning HTML on SoloLearn!" with opening and closing <p> tags. please help
4 Answers
+ 2
<p> this is the opening tag
1) I am learning html
2) on sololearn!
</p> this is the closing tag
The tags go in this order all you have to do is get the wording the right way round inside the tags, sololearn wont ask you a question unless they have shown you in advance so always go back and check đ
+ 1
no, you mixed up.
the one with / is the closing tag.
the one without / is the opening.
it is xml syntax
0
thanks alot.. the gave the question in this format
Rearrange the code to surround the text "I am learning HTML on SoloLearn!" with opening and closing <p> tags:
</p>
I am learning HTML
on SoloLearn!
<p>
with no spaace to type my answer ..so i don't knowwhat to do.
thanks for your help
0
creating an opening html tag