CSS
HTML 5 Structure, Elements, & Tags
Links
Miscellaneous
Various Selectors
100
What are the abbreviations for unordered lists, ordered lists, and list in the CSS Designer Panel?
What is ul, ol, li?
100
What does HTML stand for?
What is Hyper Text Markup Language?
100
What is created when the href value is relative to the website root?
What is a relative link?
100
A website that is physically located a away from the user's site.
What is a remote site?
100
This is used to redefine existing HTML tags.
What is tag selector?
200
What consists of a selector and a declaration block?
What is CSS rule set?
200
An HTML element usually consists of what?
What is a start and end tag?
200
What has a hyperlink containing a full URL?
What is an absolute link?
200
A local storage location for the documents that belong to a website.
What is a local site?
200
A name preceded by a full stop (“.”)
What is a class selector?
300
What does CSS stand for?
What is a Cascading Style Sheets?
300
Headings are defined with what?
What is h1-h6 tags?
300
A type of hyperlink on a webpage to another page or resource, such as an image or document, on the same website or domain.
What is an internal link?
300
What layout commonly measures in pixels?
What is fixed layout?
300
A name preceded by a hash character (“#”)
What is and ID selector?
400
It consists of: margins, borders, padding, and the actual content.
What are the elements of the CSS box model?
400
The term given to the element which is the ancestor of all the other elements in the document.
What is the root?
400
Hyperlinks that target any domain other than the domain the link exists on source.
What is an external link?
400
What layout commonly measures in percentages?
What is a fluid layout?
400
A keyword added to the selectors that specifies a special state of the element to be selected HINT: Hover
What is pseudo-class selector?
500
Three ways of inserting a style sheet.
What is the external style sheet, internal style sheet, inline style?
500
Always starts on a new line and takes up the full width available
What is a block element?
500
Specify the target in the . Then add the text that should work as a link. Finally add an tag to indicate where the link ends.
What is how to create links?
500
It helps prevent broken links, automatically updating files site-wide if you move or rename a file. It helps you perform site-wise find and replace operations, which greatly boosts productivity. It helps you publish your site easily, as well as synchronize files between your local hard drive and remote files on the web or a staging server.
What is the benefits of defining the site?
500
Used to selectHTML elements based on their element name, id, class, attribute, and etc.
What is the purpose of selectors?