When you write an HTML code, do you type the tags first, and then the content second, or do you type the opening tag, the content, and then the closing tag?
EG:
<[/h1>
//then:
</h1>
//then:
[up key][up key]welcome!
or:
<h1>
//then:
welcome!
//then:
</h1>
I got the poll...