CSS
HTML
Bullets
Table
Links
100

The synonym for Cascading Style Sheets

What is CSS?

100

The biggest header tag?

What is <h1>?

100

The HTML tag is used to create an unordered list?

What is <ul>?

100

The main HTML tag used to define a table?

What is <table>?

100

The HTML tag is used to create a hyperlink?

What is <a>?

200

The CSS property is used to change the text color of an element?

What is Color?

200

The tags where CSS link go semantically

What is <head> </head>?
200

The HTML tag is used to create an ordered list?

What is <ol>?

200

The HTML tag is used to define a row in a table?

What is <tr>?

200

The attribute is used to specify the URL of a link?

What is href?

300

The CSS property that changes the size of the text in an element.

What is font-size?

300

The purpose of the 'alt' attribute in the '<img>' tag?

What is providing alternative text for an image if it cannot be displayed?

300

The tag for bullets themselves

What is <li>?
300

The HTML tag is used to define a data cell in a table?

What is <td>?

300

The link is used to link the CSS to the HTML

    What is <link rel="stylesheet" href="example.css">?

400

One way to define a color in CSS

What are; Color name (like "red"), a Hexadecimal value (like "#FF0000"), or an RGB value (like "rgb(255, 0, 0)

400

The tags would you use when you are trying to add CSS properties into the html via inline code

What are <style> and </style> tags?

400

The line of code to have an image instead of a bullet?

What is  "background: url(example.png)"?

400

The tag makes the words bold inside the table?

What is <th>?

400

The line of code to send an email?

What is <a href="mailto:info@example.com">Something</a>?

500

The name of the CSS display value that arranges elements in a single row or column, distributing space among them.

What is flex (or display: flex) ?

500

Basic HTML starting structure  

What is <!DOCTYPE html>?

500

The purpose of "list-style-type: none;"

What is allowing you remove the bullets or numbers from a list?

500

The purpose of the <tbody> element in an HTML table.

What is containing the main table data and helping structure the table semantically?

500

Browser indicators that a piece of text or an image is a hard link

What are Underlining, Color change, or outlining?

M
e
n
u