Paragraph
<p> </p>
<p> <p1>
<p> </p>
<h1> </h1>
<h2> </h2>
<h3> </h3>
<h4> </h4>
<h5> </h5>
<h6> </h6>
HEADING TAGS
BOLD WORDS + CHANGE WORD SIZE
WIN 100 PTS
WIN 100 PTS
When was NIA founded?
1981
All Heading Tags
<h1> </h1>
<h2> </h2>
<h3> </h3>
<h4> </h4>
<h5> </h5>
<h6> </h6>
< h10> </h1>
SHOULD BE:
<h1> </h1>
<p> <p>
ERROR = Tags are incomplete!
WIN 500 PTS
WIN 500PTS
True or False
Mr.Andy ate sushi yesterday.
True
Image Tag WITH THE FOLLOWING:
- Image Source = "Muji.png"
- Width : 5000 pixels
- Height : 100000 pixels
<ol>
<li> </li>
<1i> </li>
<1i> </1i>
</li>
SHOULD BE:
<ol>
<li> </li>
<li> </li>
<li> </li>
</ol>
<ol>
<li> </li>
<li> </li>
<li> </li>
</ol>
Creates an NUMBERED list of items
LOSE 100 PTS
LOSE 100 PTS
What do you call one strand of spaghetti?
Spagehetto
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>
<img src="PineapplePen.png" width="500px" height="500px">
NOTHING IS WRONG
<img src = "ApplePen.png " width="500px" height="500px">
DOUBLE YOUR POINTS
DOUBLE YOUR POINTS
TRUE OR FALSE
Felix Lee (from Stray Kids) attended St Patrick’s Marist College, a Catholic private school in Sydney, Australia.
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>
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>
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
HALF YOUR POINTS
HALF YOUR POINTS
YES? OR NO?
YES = + 300 PTS
NO = + 100PTS