Links
Tables
CSS
Images
H Tags
100

<a href="(enter link here)">(enter name here)</a>

What is the code for adding a link tag?

100

<table>
  <tr>

What is the code for opening a Table?

100

body {
  background-color: lightblue;
}

What is the code to add a background color?

100

<p style="BACKGROUND IMAGE: url('img_girl.jpg');">

What is the code for adding Background Images?

100

<h1>(Your Response)</h1>

What is the code for adding a h1 Tag?

200

<a href="https://www.w3schools.com/"> (enter name here) </a>

What is the code for rename your link tag?

200

</tr>
</table>

What is the code for closing a Table?

200

p {
 color: black;
}

What is the code to add color to your P tags?

200

<img>

(img=Image)

What is the tag for adding an image tag?


200

<h2>(Your Response)</h2>

What is the code for adding a h2 Tag?

300

What is....A tags define a hyperlink that connects to your URL or HTML

What is the objective of an <a> tag in HTML ?

300

What is the definition of <td>,<tr>, and <th> Tags?

td =  table data

tr = table row

th = table header

300

What is........

rgba(245, 40, 145, 0.8)

#FF00EA

hsl(0, 100%, 70%)

What are CSS color types ?

300

<img>(Your Response)</img>

(img = Image)

What is the code for starting and ending an image tag?

300

<h3>(Your Response)</h3>

What is the code for adding a h3 Tag?

400

What is.....HREF

What is the code to define the link address in an image?

400

<th>Title</th>
    <th>Title</th>
    <th>Title</th>

             <th>----</th>

  What is the code for adding a Title in your Table?

400

h (the number) {
  color: white;
  text-align: center;
}

What is the code to edit your H tags?

400

What is......style="width:100px;height:100px;">

What is the code to specify the width and height of an image?

400

<h4>(Your Response)</h4>

What is the code for adding a h4 Tag?

500

src

What is the code for adding a path to your (URL) to the image?

500

<td>Your Response</td>
    <td>Your Response/td>
    <td>Your Response</td>

    <td>----</td>

What is the code for adding information into your Table?

500

What is.... width, color, font-size, opacity,

What are CSS properties of a header?


500

What is...... alt

What is the code to add if an image doesn't show?

500

<h5>(Your Response)</h5>

What is the code for adding a h5 Tag?

M
e
n
u