- Messages
- 5,257
- Reaction score
- 97
- Points
- 48
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:
or:
I got the poll completely wrong. Lets say 'yes' means first and 'no' means second.
EG:
HTML:
<[/h1>
//then:
</h1>
//then:
[up key][up key]welcome!
or:
HTML:
<h1>
//then:
welcome!
//then:
</h1>
I got the poll completely wrong. Lets say 'yes' means first and 'no' means second.
Last edited: