NEW
Font size
WorksheetsHTML Tags Vocab
Total questions: 9
Worksheet time: 5mins
Body Tag
The container for all webpage content such as text, images, tables, lists, and hyperlinks. It is placed within the HTML tag and after the head tag. The body tag needs an opening and closing tag <body> </body>
Stands for Cascading Style Sheets. CSS is not a programming language. It is used to style websites and changes how HTML looks.
HTML stands for Hypertext Markup Language. HTML is not a programming language but is used to create all of the content on a webpage.
The container for the title of the web page. It is placed within the head tag. The title tag needs an open and closing tag <title> </title>
Wat does CSS stand for?
College of St. Scholastica
Coding Standard Style
Cascading Style Sheets
Combat Service Support
Doc Type Tag
The container for information at the bottom of a webpage including the author, copyright information, terms of use, or privacy policy. It is placed within the body tag and the HTML tag. The footer tag needs an open and closing tag
The instruction to the web browser that confirms what version of HTML the file is written in. This tag goes first in the tag hierarchy and does not need a closing tag.
The container for information about a webpage including the title, scripts, links to scripts, and/or CSS files. It is placed within the HTML tag and before the body tag. The head tag needs an open and closing tag
The container for the title of the web page. It is placed within the head tag. The title tag needs an open and closing tag
Footer Tag
used to style websites and changes how HTML looks.
The container for all webpage content such as text, images, tables, lists, and hyperlinks. It is placed within the HTML tag and after the head tag. The body tag needs an opening and closing tag
The instruction to the web browser that confirms what version of HTML the file is written in. This tag goes first in the tag hierarchy and does not need a closing tag.
The container for information at the bottom of a webpage including the author, copyright information, terms of use, or privacy policy. It is placed within the body tag and the HTML tag. The footer tag needs an open and closing tag
Head Tag
The container for information about a webpage including the title, scripts, links to scripts, and/or CSS files. It is placed within the HTML tag and before the body tag.
The container for all webpage content such as text, images, tables, lists, and hyperlinks. It is placed within the HTML tag and after the head tag.
The container for information at the bottom of a webpage including the author, copyright information, terms of use, or privacy policy. It is placed within the body tag and the HTML tag
The container for the title of the web page. It is placed within the head tag.
HTML
The container for information about a webpage including the title, scripts, links to scripts, and/or CSS files. It is placed within the HTML tag and before the body tag.
stands for Hypertext Markup Language. It is not a programming language but is used to create all of the content on a webpage.
a piece of HTML code that creates a new content element on a web page
The container for all webpage content such as text, images, tables, lists, and hyperlinks. It is placed within the HTML tag and after the head tag
HTML Tag
The container for all code pertaining to an HTML webpage. This tag surrounds the entire document and goes just below the doctype tag.
stands for Hypertext Markup Language. is not a programming language but is used to create all of the content on a webpage.
The container for the title of the web page. It is placed within the head tag
The container for all webpage content such as text, images, tables, lists, and hyperlinks. It is placed within the HTML tag and after the head tag.
Tags
The instruction to the web browser that confirms what version of HTML the file is written in. This tag goes first in the tag hierarchy and does not need a closing tag
The container for information about a webpage including the title, scripts, links to scripts, and/or CSS files. It is placed within the HTML tag and before the body tag.
a piece of HTML code that creates a new content element on a web page (e.g. text, an image, a list, etc). HTML elements that involve text have an opening and closing tag.
used to style websites and changes how HTML looks.
Title Tag
The instruction to the web browser that confirms what version of HTML the file is written in. This tag goes first in the tag hierarchy and does not need a closing tag.
The container for all webpage content such as text, images, tables, lists, and hyperlinks. It is placed within the HTML tag and after the head tag.
The container for all code pertaining to an HTML webpage. This tag surrounds the entire document and goes just below the doctype tag.
The container for the title of the web page. It is placed within the head tag.
