What are the tags?
Correct the Tags
Function of Tags
Chance
RANDOM
100

Paragraph

<p> </p>

100

<p>  <p1>  

SHOULD BE:  


<p>   </p>



100

<h1> </h1> 

<h2> </h2>

<h3> </h3>

<h4> </h4>

<h5> </h5>

<h6> </h6>

                            HEADING TAGS

         BOLD WORDS + CHANGE WORD SIZE

100

WIN 100 PTS

WIN 100 PTS

100

When was NIA founded? 

1981

200

All Heading Tags

<h1>  </h1>

<h2>  </h2>

<h3>  </h3>

<h4>  </h4>

<h5>  </h5>

<h6>  </h6>

200

< h10>  </h1>

SHOULD  BE: 


<h1> </h1>


200

<p> <p>

ERROR = Tags are incomplete!

200

WIN 500 PTS

WIN 500PTS

200

True or False 

Mr.Andy ate sushi yesterday.

True

300

Image Tag WITH THE FOLLOWING:

- Image Source = "Muji.png"

- Width : 5000 pixels

- Height : 100000 pixels 

<img src="Muji.png" width="5000px" height="100000px">
300

<ol> 

   <li> </li>

   <1i> </li>

  <1i> </1i>

</li>

SHOULD BE:

<ol> 

   <li> </li>

   <li> </li>

  <li> </li>

</ol>

300

<ol>

   <li> </li>

   <li> </li>

   <li> </li>

</ol>

Creates an NUMBERED list of items

300

LOSE 100  PTS

LOSE  100 PTS

300

What do you call one strand of spaghetti?

Spagehetto

400

Create an ordered list of 5 ANIMALS. The names of these animals must start with the letters O to S.

i.e. Animal 1: O_____

     Animal 2: P_____

    Animal 3: Q_____

   Animal 4: R_____ 

   Animal 5: S_____

<ol>

    <li> Ostrich  </li>

    <li> Panda </li>

    <li> Quail </li>

    <li> Rattlesnake </li>

   <li> Skunk </li> 

</ol>

400

<img  src="PineapplePen.png"  width="500px" height="500px">

NOTHING  IS WRONG

400

<img src = "ApplePen.png " width="500px" height="500px">

ADDS an IMAGE of  an Apple Pen with a width and height of 500 pixels
400

DOUBLE YOUR POINTS

DOUBLE YOUR POINTS

400

                           TRUE OR FALSE

Felix Lee (from Stray Kids) attended St Patrick’s Marist College, a Catholic private school in Sydney, Australia. 

TRUE
500

Write out the following code:

-  Heading 1 :  ENJOY YOUR WINTER BREAK

-  Image : Source ="Christmas.png",  Width = 500px , Height = 400px

- Paragraph :  NO HOMEWORK! Enjoy your break!

<h1>  ENJOY YOUR WINTER BREAK  </h1>

<img src="Christmas.png" width="500px" height="400px">

<p> NO HOMEWORK! Enjoy your break! </p>

500

Hint - The last 3 tags needs to be corrected.

<ul>

    <li></li>

   <p></p>

  <h1>  </h1> 

  </li>

 <h600> <h600>

</ol>

SHOULD BE:

<ul>

    <li></li>

   <p></p>

  <h1>  </h1>

  <li>  </li>

  <h6>  </h6>

</ul>

500

           Choose 3 out of the 5 tags listed below.

      State the tags used and explain what they do 

  (EXTRA POINTS for any additional tags you explain)

1. <h5> </h5>

2. <p> </p>

3. <ol> <li> </li> </ol>

4. <img src="apple.png" width="500px" height="500px">

5. <ul> <li> </li> </ul>

1. Heading Tags -  Bold + Change  Word Size

2. Paragraph - Creates a block of text

3. Ordered List - Creates a NUMBERED list of items.

4. Image - Adds an image with the defined width and height values

5. Unordered List - Creates a BULLET POINT list of items

500

HALF YOUR POINTS

HALF YOUR POINTS

500

YES? OR NO?

YES = + 300 PTS

NO = + 100PTS

M
e
n
u