HTML Concepts Worksheet

HTML Concepts Worksheet

12th Grade

15 Qs

quiz-placeholder

Similar activities

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

Link Html

Link Html

12th Grade

19 Qs

HTML CIW Review

HTML CIW Review

8th - 12th Grade

15 Qs

CSP 2.1.4 HTML & CSS

CSP 2.1.4 HTML & CSS

10th - 12th Grade

15 Qs

CodeHS Unit 5 Test

CodeHS Unit 5 Test

8th - 12th Grade

20 Qs

SciVis II Unit 3 E

SciVis II Unit 3 E

9th - 12th Grade

12 Qs

js DOM

js DOM

12th Grade - Professional Development

20 Qs

MAWD 4.01

MAWD 4.01

9th - 12th Grade

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