CHS Cert Practice test part 2

CHS Cert Practice test part 2

10th - 12th Grade

50 Qs

quiz-placeholder

Similar activities

Fund. of Web Design: Final Exam Review

Fund. of Web Design: Final Exam Review

9th - 12th Grade

50 Qs

html -01

html -01

9th - 12th Grade

45 Qs

Cascading Style Sheets

Cascading Style Sheets

9th - 12th Grade

50 Qs

ECS Semester 1 Review 24/25

ECS Semester 1 Review 24/25

9th - 12th Grade

45 Qs

HTML CSS Quiz FOR CLASS 10TH

HTML CSS Quiz FOR CLASS 10TH

10th Grade

52 Qs

Quiz HTML dan CSS

Quiz HTML dan CSS

10th Grade

50 Qs

HTML And CSS

HTML And CSS

4th Grade - Professional Development

53 Qs

CSS

CSS

11th - 12th Grade

50 Qs

CHS Cert Practice test part 2

CHS Cert Practice test part 2

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Dyta Laing

Used 1+ times

FREE Resource

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.

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?