Quiz 1 HTML

Quiz 1 HTML

University

10 Qs

quiz-placeholder

Similar activities

Website Design

Website Design

KG - University

10 Qs

HTML and CSS Certification Practice Test

HTML and CSS Certification Practice Test

University

10 Qs

Web - TRPL 7C

Web - TRPL 7C

11th Grade - University

15 Qs

Dasar Pemrograman Web

Dasar Pemrograman Web

University

10 Qs

HTML

HTML

6th Grade - University

10 Qs

Recuperação de HTML e CSS

Recuperação de HTML e CSS

2nd Grade - University

10 Qs

HTML CSS BOOTCAMP

HTML CSS BOOTCAMP

University

15 Qs

CSS - 19 Januari 2021

CSS - 19 Januari 2021

12th Grade - University

15 Qs

Quiz 1 HTML

Quiz 1 HTML

Assessment

Quiz

Computers

University

Medium

Created by

Kevin Albania

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

Hyper Text Markup Language  

Hyperlinks and Text Markup Language

Home Tool Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is making the Web standards?

Microsoft

The World Wide Web Consortium  

Google

Mozilla

Answer explanation

The World Wide Web Consortium (W3C) develops standards and guidelines to help everyone build a web based on the principles of accessibility, internationalization, privacy and security.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct HTML element for the largest heading:

<heading>

<head>

<h1>  

<h6>

Answer explanation

The <h1> to <h6> tags are used to define HTML headings.

<h1> defines the most important heading. <h6> defines the least important heading.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML element for inserting a line break?

<lb>

<br>  

<break>

Answer explanation

The Line Break element. The <br> HTML element produces a line break in text (carriage-return).

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML for adding a background color?

<body bg="yellow">

<body style = "background-color:yellow;" > 

<background>yellow</background>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct HTML element to define important text

<important>

<b>

<i>

<strong>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct HTML element to define emphasized text

<italic>

<em>  

<i>

<emp>

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?