Knowledge Pillars Practice Test 2

Knowledge Pillars Practice Test 2

8th Grade

34 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

7th - 10th Grade

39 Qs

Knowledge Pillars HTML CSS Coding Specialist

Knowledge Pillars HTML CSS Coding Specialist

8th Grade

32 Qs

web design 24

web design 24

6th - 8th Grade

30 Qs

Lab9

Lab9

7th - 8th Grade

30 Qs

ICT 8 Q3 PT

ICT 8 Q3 PT

8th Grade

37 Qs

CSD Unit 2 HTML

CSD Unit 2 HTML

7th - 8th Grade

36 Qs

Y8 HTML EOUQ

Y8 HTML EOUQ

8th Grade

29 Qs

CSD Unit 2 Chap 1 Review

CSD Unit 2 Chap 1 Review

7th - 8th Grade

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