WorksheetsHTML / CSS
Total questions: 20
Worksheet time: 10mins
______ is used to create electronic documents (called pages) that are displayed on the World Wide Web. Every web page you see on the Internet is written using one version of _____ code or another.
JPEG
CSS
HTML
A ___________ is an icon, graphic, or text that links to another file or object. These are what allow web pages to connect to other web pages
hyperlink
HTML Tags
browser
<br>
_______ is a language used to describe reusable styles for presenting documents written in a markup language.
HTTP
TCP
HTML
CSS
The _______ _______is used to change the appearance and position of various elements on a web page.
<style> tag
<img> tag
URL link
<p> tag
The ______ ______ is an inline element used to designate a holding space for linked images.
<br> tag
<h1> tag
<img> tag
<ol> tag
____________ is a term used to describe how page elements are placed on the screen. For example, elements can be positioned left, right, or center.
Attribute
Style
Alignment
Properties
____ ____ is an inline HTML element that defines a hyperlink.
<b> tag
<p> tag
<a> tag
<url> tag
RGB
Short for router graphics bitmap, RGB is a process for creating vector graphics.
Short for red, gray, black, RGB is a method of monitoring color on a server website.
Short for random gigabyte burnout, RGB is process used to maintain data on a computer screen.
Short for red, green, blue, RGB is a method of creating colors from the colors of red, green, and blue.
Within an HTML tag, an _________ dictates certain aspects of an element. It is made up of a name and value pair.
attribute
properties
color
class
<h1> to <h6> tags
are styling tags used to designate HTML table attributes.
are line elements for creating different sizes of lines.
are block elements used to designate headings of both different sizes and importance.
are color elements used to style a CSS page.
<p> tag
is a block element used to designate a paragraph.
is an inline element used to create a new page.
is a block element used to post a picture on a web page.
is an inline element used to style with the color purple.
is an inline element used to create a single line break in a document.
<b> tag
<tr> tag
<br> tag
<ol> tag
an _____ _____ stays in the same line as the code that surrounds the text.
block element
inline element
HTML tags
alt attribute
a _____ _____ is any element that starts a new line (e.g., paragraph) and uses the full width of the page or container.
inline element
img href
CSS ID
block element
Which is NOT a valid CSS property
font-family
color
text-size
text-align
Which type of brackets are used with CSS?
< >
[ ]
\ /
{ }
In CSS, which selector would you use to select a paragraph with a class of "bright"?
.bright
#bright
bright.p
p bright
In CSS, which selector would you use to select an image with an id of "footer"?
img
footer.img
#footer
.footer
