Search Header Logo

CHS Cert Practice test part 2

Authored by Dyta Laing

Computers

10th - 12th Grade

Used 1+ times

CHS Cert Practice test part 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is HTML?

HTML describes the structure of a webpage

HTML is the standard markup language mainly used to create web pages

HTML consists of a set of elements that helps the browser how to view the content

All of the mentioned

Answer explanation

HTML is the standard markup language mainly used to create web pages. HTML describes the structure and layout of a webpage. HTML consists of a series of elements that helps the browser how to display content easily.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is CSS?

CSS is a style sheet language

CSS is designed to separate the presentation and content, including layout, colors, and fonts

CSS is the language used to style the HTML documents

All of the mentioned

Answer explanation

CSS is a style sheet language that stands for Cascading Style Sheet and is used to style HTML documents. CSS is mainly designed to separate the presentation and content, including layout, colors, and fonts.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the father of HTML?

Rasmus Lerdorf

Tim Berners-Lee

Brendan Eich

Sergey Brin

Answer explanation

Timothy John Berners-Lee (TimBL) is known as the father of HTML. He is a British computer scientist, best known as the inventor of the World Wide Web.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tag is used to embed css in html page?

<css>

<!DOCTYPE html>

<script>

<style>

Answer explanation

<style> </style> tag is used to embed CSS in HTML page, while <script> </script> is used to embed JS in HTML. <!DOCTYPE html> is HTML5 declaration.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML stands for __________

HyperText Markup Language

HyperText Machine Language

HyperText Marking Language

HighText Marking Language

Answer explanation

HTML stands for “HyperText Markup Language”. HTML is the standard markup language mainly used to design and create web pages and web applications.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax of doctype in HTML5?

</doctype html>

<doctype html>

<doctype html!>

<!doctype html>

Answer explanation

The correct syntax of HTML5 doctype is <!doctype html>, doctype is the very first thing to write in HTML5. <!doctype html> or <!DOCTYPE HTML> both are same because ‘doctype’ keyword is not case sensitive.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS selectors are used to specify a group of elements?

tag

id

class

both class and tag

Answer explanation

Class selectors are used to specify a group of elements. Id selector specifies a particular unique element.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?