Name:     ID: 
 
Email: 

Intro to Computers Quiz 1

Completion
Complete each statement.
 

 1. 

You can add hyperlinks to your web page using the ____ element.
 

 

 2. 

Write the HTML code to create a link to page2.html with the text Page 2.
 

 

 3. 

Web Developers intentionally separate content and style to make their code easier to maintain. HTML is the language used to structure the content of a web page, and ______________________ is a language that adds style to a web page.(full term not the abbreviation)
 

 

 4. 

There are different sized headings which are marked by the number next to the h in the heading tag. They go from <h1> to ____.
 

 

 5. 

The ________________ is the part of a CSS rule set that defines which HTML elements the style should be applied to.
 

 

 6. 

Write the HTML code to add a stylesheet named styles.css.
 

 

 7. 

________________ can connect to local web pages or external web pages.
 

 

 8. 

The _______ element is a special element that wraps all of the visible content on a web page.
 

 

 9. 

An identifier that allows multiple elements in an HTML document to be styled in the same way is a(n) _____________.
 

 

 10. 

All colors, whether they have names or not, can be described by the level of red, green, and blue light it takes to make them. This is called an _____ value.
 

 

 11. 

Which html tag contains information (sometimes called "metadata") about your web page? _____________
 

 

 12. 

What tag in HTML defines a paragraph?
 

 

 13. 

Write the HTML code to insert the image, cat.jpg with the alternative text, “my cat”.
 

 

 14. 

Sometimes you only want to style some specific elements of a type instead of all elements of one type. ____________ allow for a group of elements to have their own unique style.
 

 

 15. 

An ordered list is a set of numbered items. An ordered list element has the tag ____ . Each item in the list is marked by a list item element _____. (list each blank with a comma separating)
 

 

 16. 

In HTML, there are two types of lists, ordered lists, which have numbers, and unordered lists, which have ___________.
 

 

 17. 

The primary language used to create web pages is _____________________________. (full name not abbreviation)
 

 

Matching
 
 
Match the layout properties to their descriptions.
a.
margin
e.
border-style
b.
float
f.
border-width
c.
height
g.
border-color
d.
width
h.
background-color
 

 18. 

Sets the color of the border
 

 19. 

Sets the width of an element
 

 20. 

Changes the border width of an element
 

 21. 

Sets the height of an element
 

 22. 

Changes the style of border
 

 23. 

Floats an element to one side of the page
 

 24. 

Generates space around an element
 

 25. 

Sets the background color of the element
 
 
Match the Text property with the description of what it changes:
a.
color
d.
font-family
b.
text-align
e.
font-size
c.
text-decoration
 

 26. 

Which font to use
 

 27. 

Additional style
 

 28. 

The size of your text
 

 29. 

The color of your text
 

 30. 

The alignment of your text
 



 
         Start Over