QUIZ 3: MIDTERM

QUIZ 3: MIDTERM

University

20 Qs

quiz-placeholder

Similar activities

HTMLQ1

HTMLQ1

University

16 Qs

UTS Pemrograman Web

UTS Pemrograman Web

University

20 Qs

Викторина по HTML, CSS и JavaScript

Викторина по HTML, CSS и JavaScript

University

20 Qs

Tin12_Kiểm tra thường xuyên sô1

Tin12_Kiểm tra thường xuyên sô1

12th Grade - University

15 Qs

JavaScript Lesson 1

JavaScript Lesson 1

11th Grade - University

20 Qs

Fundamentals of PHP Programming

Fundamentals of PHP Programming

11th Grade - University

20 Qs

Web Page Design Quiz

Web Page Design Quiz

10th Grade - University

15 Qs

Introducción Django

Introducción Django

University

19 Qs

QUIZ 3: MIDTERM

QUIZ 3: MIDTERM

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Kianna Dominique Alvarez

Used 44+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to add a favicon in HTML?


<icon rel="favicon" href="favicon.ico">

<link rel="icon" href="favicon.ico">

<favicon src="favicon.ico" type="image/x-icon">

<head icon="favicon.ico">

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which tag correctly sets the title of a web page that appears on the browser tab?

<title>My Page</title>

<h1>My Page</h1>

<tabtitle>My Page</tabtitle>

<meta name="title" content="My Page">

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which HTML element is used to define a row in an HTML table?

<row>

<table-row>

<tr>

<column>

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct element to create an unordered list in HTML?

<ul>

<list>

<ol>

<li>

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which tag represents an inline element in HTML?

<section>

<article>

<span>

<div>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you apply a CSS class to multiple elements?

It overrides all inline styles.

Only the first element will be affected.

All elements with that class name will be affected.

Classes can't be reused.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which attribute is used to uniquely identify a single element in HTML?

name

id

class

type

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?