Web Design - Unit 2 CodeHS

Web Design - Unit 2 CodeHS

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following would be considered a property formatted HTML tag? Options: <h1>Hello World<h1>, <h1>Hello World</h1>, <h1 text="Hello World">, </h1>Hello World<h1>

Back

<h1>Hello World</h1>

2.

FLASHCARD QUESTION

Front

Most HTML tags have both an opening and a closing tag. Which of the following only has one tag (i.e. an opening tag, but no closing tag)? <a>, <html>, <style>, <img>

Back

<img>

3.

FLASHCARD QUESTION

Front

What is generated from the following HTML code:

Back

Media Image

5.

FLASHCARD QUESTION

Front

Which statement about formatting an image’s size is true? Options: When creating an image, you must specify both a height and a width. When creating an image you must specify either a height or a width, but not both. When creating an image, you can optionally specify a height or a width, or both. When creating an image, you do not have to specify a height or width, but if you do specify one, you must specify the other.

Back

When creating an image, you can optionally specify a height or a width, or both.

6.

FLASHCARD QUESTION

Front

What is the result of the following HTML code:
<ol>
<li>Bread</li>
<li>Milk</li>
<li>Eggs</li>
</ol>

Back

  1. 1. Bread
  2. 2. Milk
  3. 3. Eggs

7.

FLASHCARD QUESTION

Front

Which of the following could create the following text?
<h3 font-size:50px">Web Design</h3>
<h1 font-size:50px">Web Design</h1>
<p style="font-size:50px"><strong>Web Design</strong></p>

Back

All of these

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?