CSS | HTML | HTML & CSS | HTML & CSS |
---|---|---|---|
What is Cascading Style Sheets
This three word definition is the meaning of the abbreviation CSS
|
What is Hyper Text Markup Language
This three word definition is the meaning of the abbreviation HTML
|
What is 6 HTML Headings
This is the number of how many types of HTML headings
|
What is external style sheet
This style sheet is a collection of styles stored in a separate file that control the formatting of content on a web page.
|
What is The head
This section in an HTML document is the correct place to refer to an external style sheet
|
What is heading 1
This is is the largest HTML heading style
|
What is !DOCTYPE html
This is the first thing you put on any HTML OR CSS Document
|
What is embedded style sheet
This is a style sheet defined with style and tags in the head section of an HTML document
|
What is font-size
This CSS property controls the text size
|
Comments in HTML begins with !–and ends with –
This is how you enter an HTML comment
|
What is background properties
This sets the background of elements. properties include attachment, position, size, color, origin, repeat, and clip
|
What is ol
This tag defines a ordered list
|
What is separate each selector with a comma
This way is the correct way to separate group selectors
|
Using alternative text lets, you put a descriptive text on each hotspot link.
Using a this text lets, you put a descriptive text on each hotspot link.
|
What is Border properties
This can be added around almost any block or inline element on your page. Styles include style, color, width and radius
|
What is relative
This is the default value of "position" attribute
|
What is static
This is the default value of the position property
|
What is Style sheets
This is a template that enable you to build consistent, transportable, and well-defined style templates
|
What is Inline style sheet
This style sheet enables you to add style information to a single element
|
What is text-color
This property is used to change the text color of an element
|