9) A web design term. You use HTML to code a web page and HTML is made up of a number of 'tags'. Each tag tells the browser how 'render' the web page i.e the way it looks
For example the tag
causes a line break
produces a horizontal line
is the start of a paragraph.
Some tags are on their own:
Others need to be closed with an end tag: .....