Quiz 1 HTML

Quiz 1 HTML

University

10 Qs

quiz-placeholder

Similar activities

HTML тегтері

HTML тегтері

1st Grade - University

13 Qs

CSS-ponavljanje

CSS-ponavljanje

5th Grade - University

11 Qs

Aprendiendo HTML y CSS

Aprendiendo HTML y CSS

3rd Grade - University

10 Qs

Web Development

Web Development

University

15 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

Day 2 Review

Day 2 Review

University - Professional Development

15 Qs

Web Design CSS Slides

Web Design CSS Slides

University

12 Qs

Web Design CSS Study Set

Web Design CSS Study Set

University

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