Tags
Lists
Attributes
Debugs
Mr. Tocci Trivia
100

Creates plain text on the screen

What is the <p> tag?

100

Are the two types of lists.

What are ordered and unordered lists

100

Is used in anchor tags to specify where the user will be taken if they click on the hyperlink

what is the href attribute

100

Write the correct version of this code:

<p> Welcome to my travel blog! Scroll down to see where I've been </h1>

<h1> Welcome to my travel blog! Scroll down to see where I've been </h1>

100

The college Mr. Tocci went to school at

What is UMass Dartmouth

200

Creates the second smallest header

What is an <h5> tag?

200

(True or False): All lists are in ascending order

True

200

Is used to specify where the image is when located

What is the src attribute

200

Write down the correct version of this code:

<image>CatPhoto.jpg</image>

<img src= "CatPhoto.jpg">

200

Favorite Food of Mr. Tocci

What is Chicken Pot Pie?
300

Changes the the browsers tab name

What is the <title> tag

300

Is the tag used to add an item to a list

What is the <li> tag?

300

Are used to change the size of the image. Name both

What the width and height attributes

300

Write down the correct version of this code so it creates an unordered list with 3 items:

<ul>

     <list-item> Italy </list-item>

     <list-item> Germany </list-item>

     <list-item> England </list-item>

</ol>

<ul>

     <li> Italy </li>

     <li> Germany </li>

     <li> England </li>

</ul>

300

For the past year and a half, students have given Mr. Tocci a box of these on random occasions.

What are raisins?

400
Describes what type of file you have created

What is the <!DOCTYPE html> tag

400

Write the code to create this list:

My Favorite Things to do:

1. Sleep

2. Nothing

<h1> My Favorite Things to do: </h1>

<ol>

    <li> Sleep </li>

    <li> Nothing </li>

</ol>

400
Used to specify the size of an image

pixels

400

Write the correct version of this code:

<html>

<head> <title>My page</title></head

<body> <h1> My website </h1> </body>

<html>

<html>

<head> <title>My page</title></head>

<body> <h1> My website </h1> </body>

</html>

400
The senior prank last year, involved sticking what to Mr. Tocci's Window.

What are Toilet Plungers?

500

Are the two main sections of every website

What are the head and body tags

500

Is called when you put a list inside of another list

What is a nested/nesting list?

500

is used to change a list from ascending order to descending order (think of the my top 10 assignment)

What is the reversed attribute

500

Write the full code that creates an ordered list with an unorder list inside of it

<ol>

<li> Numbered point

<ul>

<li> nested point </li>

</ul>

</li>

</ol>

500

Everyday Mr. Tocci has a coffee, what does he put in it?

What is nothing/black

M
e
n
u