1/30
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Html
part of what makes up a webpage. For content
Html
part of what makes up a webpage. For structure
Css
part of what makes up a webpage. For presentation
Javascript
part of what makes up a webpage. For behaviour
HTML
is a language for creating web pages
Static
Purpose of HTML Language is to create ______ websites
Markup
HTML is not a programming language, instead is a ______ language
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
The ______ tag represents the root of an HTML document.
The tag is the container for all other HTML elements (except for the tag)
The ______ element is a container for metadata (data about data) and is placed between the tag and the tag.
Metadata
is data about the HTML document. It is not displayed.
Metadata
this typically defines the document title, character set, styles, scripts, and other meta information.
Metadata
is information about the HTML document itself rather than the content of the document.
Metadata
It provides essential details that help browsers, search engines, and other tools understand and process the document.
Metadata
it serves as background information that affects how the page is handled and presented.
Title, style, base, link, meta, script, noscript
7 tags that can go inside the element (examples)
tag inside the head container that is required in every html file
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.
SEO
The contents of a page title is very important for ___.
Search engine optimization
seo
Page title
The ____ _____ is used by search engine algorithms to decide the order when listing pages in search results
defines a title in the browser toolbar
provides a title for the page when it is added to favorites
displays a title for the page in search-engine results
1, 2
for titles, Go for a longer, descriptive one (avoid _- or _-word titles)
50-60
Search engines will display about __-__ characters of the title, so try not to have titles longer than that
Search results
Do not use just a list of words as the title (this may reduce the page's position in ______ _______)
This tag defines the document's body.
This element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
Xampp, lamp, lemp, mamp, wamp, ampss, easyphp
7 examples of local host servers