Exploring Web Design Quiz

Exploring Web Design Quiz

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

HTML

HTML

12th Grade - University

10 Qs

HTML and CSS Unit 1: Structure

HTML and CSS Unit 1: Structure

12th Grade

10 Qs

8 клас 11 балів

8 клас 11 балів

8th Grade - University

11 Qs

HTML

HTML

7th Grade - University

8 Qs

Intro to HTML/CSS

Intro to HTML/CSS

10th Grade

4 Qs

web-тайпа

web-тайпа

9th Grade

10 Qs

G12 - ÔN Đ/S

G12 - ÔN Đ/S

12th Grade

8 Qs

 Веб-сайттың құрылымы

Веб-сайттың құрылымы

9th - 12th Grade

6 Qs

Exploring Web Design Quiz

Exploring Web Design Quiz

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Hard

Created by

Tarra Jackson

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would be considered a property formatted HTML tag?

<h1>Hello World<h1>

<h1>Hello World</h1>

<h1 text="Hello World">

</h1>Hello World<h1>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will create a link to https://www.example.com?

<a>https://www.example.com</a>

<a href="https://example.com">example.com</a>

<a scr="https://example.com">example.com</a>

<a "https://example.com">example.com</a>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement about formatting an image’s size is true?

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.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML tags is used to create a table?

<div>

<table>

<form>

<ul>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a correctly formatted text color style?

style=”color:navy”

style=”color:rgb(236, 26, 189)”

style=”color:rgb(100)”

style=”color:#abcdef”