HTML Fundamentals Assessment

HTML Fundamentals Assessment

Professional Development

10 Qs

quiz-placeholder

Similar activities

[FE] Ice Breaking - Introduction to Next JS and Routing

[FE] Ice Breaking - Introduction to Next JS and Routing

Professional Development

9 Qs

Html quiz

Html quiz

Professional Development

11 Qs

Quiz sobre Estrutura do HTML

Quiz sobre Estrutura do HTML

Professional Development

10 Qs

Simulação da Prova

Simulação da Prova

Professional Development

15 Qs

Nusantara Knowledge Forum

Nusantara Knowledge Forum

Professional Development

15 Qs

Exploring HTML and XML Concepts

Exploring HTML and XML Concepts

Professional Development

15 Qs

Web Development Mastery

Web Development Mastery

Professional Development

10 Qs

Ice Breaking Koding dan Kecerdasan Artifisial

Ice Breaking Koding dan Kecerdasan Artifisial

Professional Development

10 Qs

HTML Fundamentals Assessment

HTML Fundamentals Assessment

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Mohammad Allam

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an HTML element?

An HTML element is a component of an HTML document that represents a part of the content, such as a paragraph, heading, or link.

An HTML element is a type of programming language.

An HTML element is a software application.

An HTML element is a database structure.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an HTML tag?

To create animations on a webpage.

The purpose of an HTML tag is to structure and format content on a webpage.

To enhance server-side processing.

To store data in a database.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define the root of an HTML document?

<!DOCTYPE html>

<head>

<body>

<html>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an attribute in HTML?

An attribute in HTML is a type of element.

An attribute in HTML is a style applied to an element.

An attribute in HTML is a modifier of an element that provides additional information.

An attribute in HTML is a script that runs on the page.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a class attribute to an HTML element?

Add a class by using the 'id' attribute instead.

Use the 'style' attribute to add a class.

Include the class in a separate CSS file only.

Use the 'class' attribute in the HTML tag, e.g., .

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between block-level and inline elements?

Inline elements can occupy the full width of the container.

Block-level elements can only contain text.

Block-level elements vs. inline elements: Block-level elements occupy the full width and start on a new line; inline elements occupy only the space they need and do not start on a new line.

Block-level elements are always smaller than inline elements.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used for creating hyperlinks?

<link>

<b>

<a>

<u>

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?