Purpose of HTML Language is to create ______ websites
7
New cards
Markup
HTML is not a programming language, instead is a ______ language
8
New cards
All HTML documents must start with this declaration. The declaration is not an HTML tag. It is an "information" to the browser about what document type to expect
9
New cards
The ______ tag represents the root of an HTML document.
10
New cards
The tag is the container for all other HTML elements (except for the tag)
11
New cards
The ______ element is a container for metadata (data about data) and is placed between the tag and the tag.
12
New cards
Metadata
is data about the HTML document. It is not displayed.
13
New cards
Metadata
this typically defines the document title, character set, styles, scripts, and other meta information.
14
New cards
Metadata
is information about the HTML document itself rather than the content of the document.
15
New cards
Metadata
It provides essential details that help browsers, search engines, and other tools understand and process the document.
16
New cards
Metadata
it serves as background information that affects how the page is handled and presented.
17
New cards
Title, style, base, link, meta, script, noscript
7 tags that can go inside the element (examples)
18
New cards
tag inside the head container that is required in every html file
19
New cards
defines the title of the document. must be text-only, and it is shown in the browser's title bar or in the page's tab.
20
New cards
SEO
The contents of a page title is very important for ___.
21
New cards
Search engine optimization
seo
22
New cards
Page title
The ____ _____ is used by search engine algorithms to decide the order when listing pages in search results
23
New cards
defines a title in the browser toolbar
24
New cards
provides a title for the page when it is added to favorites
25
New cards
displays a title for the page in search-engine results
26
New cards
1, 2
for titles, Go for a longer, descriptive one (avoid _- or _-word titles)
27
New cards
50-60
Search engines will display about __-__ characters of the title, so try not to have titles longer than that
28
New cards
Search results
Do not use just a list of words as the title (this may reduce the page's position in ______ _______)
29
New cards
This tag defines the document's body.
30
New cards
This element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.