:)
:o
:D
100

What tag do we use to add text?

<p>

100

Almost all of our content the user sees goes in which element?


<body>

100

What is the correct HTML for inserting an image?

1. <img href="image.gif" alt="MyImage">

2. <image src="image.gif" alt="MyImage">

3. <img alt="MyImage">image.gif</img>

4. <img src="image.gif" alt="MyImage">

What is 4. <img src="image.gif" alt="MyImage">?

200

Which HTML tag will create the largest heading?

<h1>

200

Why do we use bootstrap?

It helps us design websites faster and easier.
200

This means that elements can contain other elements.

nested or nesting

300

I use this html tag to make text bold?

<b>

300

What should be the first line of your HTML files?

<!DOCTYPE html>

300

How many different headings are there? 

6 headings 

400

What does HTML do?

HTML defines the meaning and structure of web content.

400

Give an example of an HTML attribute.

src, alt, href, class, id, etc.

400

The <title> tag goes inside the __________.

<head>

500

What does src stand for?

Source
500

What is the purpose of having alternative text for an image?

It provides a backup in case your image doesn't download properly or for visually impaired users.

500

What kind of code goes inside the style tag or attribute?

CSS