W3C
World Wide Web Consortium
How do you make text blue?
color: blue
Write HTML code to define a table with identifier “myTable”
<table id=”myTable”></table>
What does CSS stand for?
Cascading Style Sheets
How do you link a CSS page to an HTML page?
<link rel=”stylesheet” href=”style.css”/>
wbr
Word Break
What attribute makes font bold?
Strong
What does a nav container contain
links
What is the tag for an internal style sheet
<style>
</style>
What term is used to describe code that is freely available to view and edit?
Open Source
URL
Uniform Resource Locator
alt attribute on an image is used for
specify fallback content
Where does the text inside the title bar go?
CSS rule allows to apply absolute positioning to an element
position: absolute
Write the CSS shorthand for a border with a dotted line, purple and 3px width.
{border: 3px dotted purple}
HTTP
Hypertext Transfer Protocol
What is an attribute that can be used with any element?
Global Attribute
What is the HTML start tag for the element in the top row of a table that describes the data in the column below?
<th>
What symbol is used for an ID selector
#
How many cats does Alyssa have?
2
 
Space
What color will this be:
{background-color:rgba(200,0,200,1);}
Purple(ish)
Write an image tag for a picture of an elephant titled elephant.jpg
<img src="elephant.jpg" alt="elephant">
Write the CSS rule that puts 5 pixels of padding around the text in each table header and data cell.
th, td {padding: 5px;}
What is Alyssa's favorite color?
Purple