Easy
Medium
Hard
100

What is h1 use for?

To put a heading in the biggest text size

100

When the list appears with numbers it is a ul or a ol ?

Ol 

100

What is “em” used for?

put the letters like this 

200

What is p used for?

You use it to start a paragraph 

200

Find the bug

<p>Hello how are you<P>

It has to be a closing tag so it is like this</p>

200

What is strong used for?

It is used to put the letters in bolt font

300

Which of this is the one used for an unorder list ul-ol?

Ul

300

Find the bug

<h1>Hello World<H1>

It is </h1>

300

How do you insert a picture?

  1. Copy the URL of the image you wish to insert.
  2. Next, open your index. html file and insert it into the img code. Example: <img src=”(your image URL here)”>
400

Name 3 HTML tags

H1-h6, p, ol,il,ul and more 

400
what is the biggest heading h1 or h6


H1

400

It is src not scr

500

Wich tag is used to put a text on a different line?

Br

500

When a list appears with bullets is it a unorder list or an order list?

Unorder list 

500

What does html stands for

Hyper text Markup language