WorksheetsReview Material CS
Total questions: 11
Worksheet time: 9mins
What is this: <p>
(a)
How do you write out the Line Break tag in HTML?
<bl>
<br>
<lb>
<lbt>
What is HTML?
The language used on how the content of the page is organized
A piece of a website
It does not exist
The language used to make webpages
How do you write out this < symbol in HTML?
&
<
>
&it
What does this code represent: >
<
<>
>
<<>>
Part 1: Carla wants to use the line break tag to make her website like the structure of a poem here is what she put in her code:
<p> I like coding </p>
I like reading<p>
More than it snowing<p>
Is Carla correct?
Yes
No
Part 2: Carla wants to use the line break tag to make her website like the structure of a poem here is what she put in her code:
<p> I like coding </p>
I like reading<p>
More than it snowing<p>
What tag should be in the code?
<br>
</p>
<lb>
<p>
Wendy wants to create a bulleted list in coding, what tag(s) should she use?
<ol>
<li>, <ul>
<il> <lu>
None of the above
For your CSS code to work on your HTML page, what do you need to do in the beginning?
<img src="cat.jpeg"
alt="cute cat">
<link rel="stylesheet" href="style.css">
You do not need to add anything in the beginning.
CSS style sheets link
Your friend needs help with adding images to his/her website.
Choose which instruction is best going to help your friend complete the goal
1. 1. Upload an image in code.org by clicking on "Add Image"
2. Rename your image to a simpler name
3. On your HTML page add the HTML code for image:
<link rel="stylesheet" href="style.css">
4. Make sure your HTML image code name matches the image name (even missing punctuation can lead to the image not showing up )
1. Upload an image in code.org by clicking on "Add Image"
2. Rename your image to a simpler name
3. On your HTML page add the HTML code for image:
<img src="dog.jpeg"
alt="cute dog"> (this is an example in regards to the name)
4. Make sure your HTML image code name matches the image name (even missing punctuation can lead to the image not showing up )
both are incorrect
Did you get a brief-good review? Rate this quiz!
