HTML Day 4 Flashcards
what does the head section of an HTML document contain?
important information about the page such as title, description, external style sheets, scripts and more.
what does the section of an HTML document contain?
important information about the page such as title, description, external style sheets, scripts and more.
what does the title element display?
The element displays a title for the webpage. The title of a webpage is the text that shows up in the tab.
what is metadata?
The tag is extremely important for all modern web pages because it is used to describe our websites to search engines.
Shakshuka Recipe
what do you use to set characterset information
other metatags?
page authorship, content-language, social media specific descriptions, and information for the browser about how the page should be served.
what is the link tag and what does it do?
most commonly used to load an external stylesheet:
what is the link tag and what does it do?
most commonly used to load an external stylesheet:
what does the title element display?
The element displays a title for the webpage. The title of a webpage is the text that shows up in the tab.
what is metadata?
The tag is extremely important for all modern web pages because it is used to describe our websites to search engines.
Shakshuka Recipe
what do you use to set characterset information
other metatags?
page authorship, content-language, social media specific descriptions, and information for the browser about how the page should be served.
what is a script tag and what does it do?
a script tag allows you to either import javascript files or write javascript.
example:
what is the link tag and what does it do?
most commonly used to load an external stylesheet:
what does the rel attribute in the link tag do?
defines the relationship and must refer to stylesheet when loading an external stylesheet file.