Creates plain text on the screen
What is the <p> tag?
Are the two types of lists.
What are ordered and unordered lists
Is used in anchor tags to specify where the user will be taken if they click on the hyperlink
what is the href attribute
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>
The college Mr. Tocci went to school at
What is UMass Dartmouth
Creates the second smallest header
What is an <h5> tag?
(True or False): All lists are in ascending order
True
Is used to specify where the image is when located
What is the src attribute
Write down the correct version of this code:
<image>CatPhoto.jpg</image>
<img src= "CatPhoto.jpg">
Favorite Food of Mr. Tocci
Changes the the browsers tab name
What is the <title> tag
Is the tag used to add an item to a list
What is the <li> tag?
Are used to change the size of the image. Name both
What the width and height attributes
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>
For the past year and a half, students have given Mr. Tocci a box of these on random occasions.
What are raisins?
What is the <!DOCTYPE html> tag
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>
pixels
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>
What are Toilet Plungers?
Are the two main sections of every website
What are the head and body tags
Is called when you put a list inside of another list
What is a nested/nesting list?
is used to change a list from ascending order to descending order (think of the my top 10 assignment)
What is the reversed attribute
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>
Everyday Mr. Tocci has a coffee, what does he put in it?
What is nothing/black