I Hate CBT's

View Original

2.2.5 The Title Tag

Question: <!DOCTYPE html> tag

Answer: tells the browser which version of HTML the page is written in

Question: <html> tag

Answer: the html tag says everything between these two tags is our html page

Question: <head> tag

Answer: the <head> tag contains important information about the document

Question: <title> tag

Answer: the <title> tag defines the title of the web page. This is displayed in the top of the web browser

Question: <body> tag

Answer: the <body> tag is where the actual content of the document goes (text, images, etc). This is where most HTML tags will go.

Question: <p> tag

Answer: paragraph of text

Question: <i> tag

Answer: italicized text

Question: <b> tag

Answer: bold text

Question: <hr> tag

Answer: horizontal rule (creates horizontal line on page)

Question: <br> tag

Answer: line break