Exploring Web Design Quiz

Exploring Web Design Quiz

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Microsoft Excel (IF bersarang)

Microsoft Excel (IF bersarang)

11th Grade

10 Qs

算法設計01:課堂問答

算法設計01:課堂問答

10th Grade

10 Qs

JavaScript: Aula 01

JavaScript: Aula 01

9th - 12th Grade

10 Qs

Quiz 2 (Estrutura e Características de um Algoritmo)

Quiz 2 (Estrutura e Características de um Algoritmo)

9th - 12th Grade

10 Qs

Python_Recap_GGITSummerCamp25

Python_Recap_GGITSummerCamp25

9th Grade

11 Qs

TẠO BIỂU MẪU TRONG HTML

TẠO BIỂU MẪU TRONG HTML

12th Grade

10 Qs

การสืบค้นเพื่อหาแหล่งข้อมูล

การสืบค้นเพื่อหาแหล่งข้อมูล

9th - 12th Grade

10 Qs

Pengantar Pemrograman Web

Pengantar Pemrograman Web

11th Grade - University

10 Qs

Exploring Web Design Quiz

Exploring Web Design Quiz

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Practice Problem

Hard

Created by

Tarra Jackson

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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”