HTML5 Quiz

HTML5 Quiz

Professional Development

50 Qs

quiz-placeholder

Similar activities

Latbar TIU Numerik - 13 Agustus 2024

Latbar TIU Numerik - 13 Agustus 2024

Professional Development

50 Qs

HTML And CSS

HTML And CSS

4th Grade - Professional Development

53 Qs

Web em hipertexto

Web em hipertexto

Professional Development

45 Qs

100Devs - LwL - Class03 - CSS Basics

100Devs - LwL - Class03 - CSS Basics

10th Grade - Professional Development

49 Qs

IOT online objective

IOT online objective

Professional Development

50 Qs

LPIC-1 Exam 101

LPIC-1 Exam 101

Professional Development

45 Qs

LATIHAN AKG MI KECAMATAN JAYAKERTA

LATIHAN AKG MI KECAMATAN JAYAKERTA

Professional Development

50 Qs

Davinci Resolve 17 Fusion 101

Davinci Resolve 17 Fusion 101

11th Grade - Professional Development

45 Qs

HTML5 Quiz

HTML5 Quiz

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

AGSRT Assessment

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute is used to specify the character encoding in HTML5?

lang

charset

encoding

meta

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you include a JavaScript file in an HTML document?

<script href="script.js"></script>

<script src="script.js"></script>

<script ref="script.js"></script>

<link rel="script.js">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to create a drop-down list with options grouped into categories?

<select>

<optgroup>

<option>

<fieldset>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the defer attribute in a <script> tag?

Loads the script asynchronously

Prevents the script from executing

Delays the execution of the script until the page has finished parsing

Allows the script to be cached

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you embed audio in an HTML5 page?

<audio src="audio.mp3"></audio>

<embed audio="audio.mp3">

<media src="audio.mp3"></media>

<sound src="audio.mp3"></sound>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to define the relationship between the current document and an external document?

<link rel="stylesheet" href="style.css">

<a href="style.css">stylesheet</a>

<script rel="stylesheet" src="style.css"></script>

<meta rel="stylesheet" href="style.css">

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the element in HTML?

Defines the base font size

Defines the base URL for all relative links in the document

Defines the default color scheme

Specifies the document's character set

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?