HTML Concepts Worksheet

HTML Concepts Worksheet

12th Grade

15 Qs

quiz-placeholder

Similar activities

uCertify Lesson 5 mid quiz

uCertify Lesson 5 mid quiz

8th - 12th Grade

20 Qs

CSD-Q9

CSD-Q9

9th Grade - University

11 Qs

Structure of HTML page  Friday October 9 2020

Structure of HTML page Friday October 9 2020

9th - 12th Grade

13 Qs

Web Designing Quiz-1

Web Designing Quiz-1

University

20 Qs

HTML5 Basics

HTML5 Basics

6th - 12th Grade

20 Qs

Basic HTML Tags I

Basic HTML Tags I

9th - 12th Grade

11 Qs

HTML

HTML

9th - 12th Grade

15 Qs

HTML5 Basic Review

HTML5 Basic Review

9th - 12th Grade

10 Qs

HTML Concepts Worksheet

HTML Concepts Worksheet

Assessment

Quiz

Computers

12th Grade

Hard

Created by

chris jackman

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the DOCTYPE declaration do in an HTML document?

Defines the character encoding of the document.

Specifies the CSS file linked to the HTML document.

Informs the web browser about the version of HTML being used.

Initiates the JavaScript engine in the web browser.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

A. Inline elements are primarily used for content that is part of a paragraph, such as links, while block-level elements structure the main parts of a page, like sections and articles.

B. Block-level elements are used for styling while inline elements are used for structuring content.

C. Inline elements are removed from the normal flow of the document, whereas block-level elements remain within the flow.

D. Block-level elements start on a new line and take up the full width available, whereas inline elements do not start on a new line and only take up as much width as necessary.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of the section in an HTML document?

To define the footer of the web page.

To contain metadata and instructions for the browser.

To include the main navigation links.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you comment out a section of code in HTML?

By enclosing the section with .

By wrapping the section with /* and */.

By enclosing the section with .

By using // at the beginning of each line.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What role does CSS play in web development?

Connects the web page to the server.

Adds interactivity to the web page.

Defines the presentation of HTML content.

Provides the basic structure and content.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is necessary to include JavaScript code in an HTML document?