HyperText Markup Language
Commands in html are called tags which use “pointy brackets”
Most tags are in pairs, with text or other tags, inside them.
1 2 3 | < html > ........... </ html > < div > ........... </ div > < p > ........... </ p > |
Commands in html are called tags which use “pointy brackets”
Most tags are in pairs, with text or other tags, inside them.
1 2 3 | < html > ........... </ html > < div > ........... </ div > < p > ........... </ p > |