Exploring Web Design Quiz

Exploring Web Design Quiz

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

html basics

html basics

8th Grade - University

11 Qs

Asesmen Awal HTML & CSS

Asesmen Awal HTML & CSS

11th Grade

10 Qs

Penilaian Tengah Semester

Penilaian Tengah Semester

11th Grade

10 Qs

Tugas Daring TIK

Tugas Daring TIK

9th Grade

10 Qs

HTML DASAR

HTML DASAR

11th Grade

10 Qs

WEB_05/06

WEB_05/06

9th - 12th Grade

11 Qs

2º Quiz de Login em HTML e CSS

2º Quiz de Login em HTML e CSS

12th Grade

10 Qs

Front-End 1: HTML, CSS e Javascript

Front-End 1: HTML, CSS e Javascript

12th Grade

11 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”