Quiz 1 HTML

Quiz 1 HTML

University

10 Qs

quiz-placeholder

Similar activities

Aprendiendo HTML y CSS

Aprendiendo HTML y CSS

3rd Grade - University

10 Qs

Avaliação de Laboratório de WEB

Avaliação de Laboratório de WEB

University

10 Qs

Day 2 Review

Day 2 Review

University - Professional Development

15 Qs

Diseño y Desarrollo de Páginas Web

Diseño y Desarrollo de Páginas Web

University

14 Qs

Quiz 1 CSC 2263

Quiz 1 CSC 2263

University

15 Qs

Week 4: Web Design - Quizzizz 2

Week 4: Web Design - Quizzizz 2

University

10 Qs

BTS of Web Design: Lesson Recap

BTS of Web Design: Lesson Recap

10th Grade - University

15 Qs

HTML Basics

HTML Basics

University

11 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?