Knowledge Pillars Practice Test 2

Knowledge Pillars Practice Test 2

8th Grade

34 Qs

quiz-placeholder

Similar activities

Web Dev MasterClass Day1

Web Dev MasterClass Day1

6th Grade - Professional Development

34 Qs

CSS Review

CSS Review

7th - 12th Grade

35 Qs

HTML-BASICO-2025

HTML-BASICO-2025

4th Grade - University

30 Qs

fcms comp sci exam material

fcms comp sci exam material

8th Grade

39 Qs

WWW & HTML

WWW & HTML

5th - 10th Grade

33 Qs

uCertify Chapter 5 UID Test

uCertify Chapter 5 UID Test

8th - 12th Grade

30 Qs

County Crest Third-term Examination

County Crest Third-term Examination

6th - 8th Grade

30 Qs

HTML CSS Quiz

HTML CSS Quiz

8th Grade

33 Qs

Knowledge Pillars Practice Test 2

Knowledge Pillars Practice Test 2

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Joseph Ferraro

Used 1+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Denote a class

What symbol is used to denote a class in CSS?


#

%

@

.

!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Combining HTML with CSS

A heading tag exists within the HTML with an id of ‘main_heading’. What would be the correct way to color it in blue with the CSS selector?


#main_heading { color: blue; }

#main_heading { colorblue; }

#main_heading color: blue;

main_heading { color: blue; }


3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML Fundamentals and Related Theory

Value of Attribute "href" is also called as __________ of the Destination Web Page.


URK

URL

URS

URM

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<head> section

What is the primary role of the <head> section in an HTML document?


To display headers and navigation

To provide the footer information

To contain the website's main content

To ensure website compatibility with all browsers

To hold meta-information, links to stylesheets, and other non-visible data

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Combining HTML with CSS

Suggest a valid reason as to why a website may feature dropdown menus instead of a static navigation bar?


To allow for hyperlinks to be used efficiently

For certain browser compatibility

To speed up the loading process

To avoid cluttering up key areas of the screen

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Google Map

Which of the following is a JavaScript method commonly used to initialize and render a Google Map on a webpage?


createMap()

initMap()

renderMap()

displayMap()

showMap()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pseudo-class

Which pseudo-class targets only the element that the user is currently hovering over?


over

active

focus

:hover

target

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?