QUIZ 3: MIDTERM

QUIZ 3: MIDTERM

University

20 Qs

quiz-placeholder

Similar activities

Asesmen Sumatif PHP

Asesmen Sumatif PHP

10th Grade - University

20 Qs

Module 5: Creating Dynamic Web Pages with Scripting

Module 5: Creating Dynamic Web Pages with Scripting

University

15 Qs

Av1 - Revisão (parte nota 1)sobre HTML e CSS

Av1 - Revisão (parte nota 1)sobre HTML e CSS

2nd Grade - University

25 Qs

Базовые основы HTML, CSS, JS, Web APIs

Базовые основы HTML, CSS, JS, Web APIs

University

17 Qs

HTML CSS Introdução

HTML CSS Introdução

University

22 Qs

HTML+CSS

HTML+CSS

University

22 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

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 33+ 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?