Comsci Review 2ndQ

Comsci Review 2ndQ

KG

36 Qs

quiz-placeholder

Similar activities

latihan soal pas ganjil Kls X

latihan soal pas ganjil Kls X

1st Grade

40 Qs

Music_3rd and 4th

Music_3rd and 4th

4th Grade

34 Qs

Parts of the Camera

Parts of the Camera

6th - 8th Grade

33 Qs

TA4-REVIEW TERM 1

TA4-REVIEW TERM 1

KG

36 Qs

GRADE 4- U1-U15+MORE (03-04-2022)

GRADE 4- U1-U15+MORE (03-04-2022)

KG

40 Qs

2425 Y8 H3 M2

2425 Y8 H3 M2

7th Grade

35 Qs

Photoshop Terms and Controls

Photoshop Terms and Controls

9th Grade - University

38 Qs

Sudut dan Garis dalam Matematika

Sudut dan Garis dalam Matematika

4th Grade

35 Qs

Comsci Review 2ndQ

Comsci Review 2ndQ

Assessment

Quiz

Arts

KG

Medium

Created by

mardion macarilay

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following represents an anchor tag?

<an></an>

<a></a>

<href></href>

<iframe></iframe>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the proper way to apply the CSS code inside style.css to the home.html file?

Inside home.html:

<head>

<link rel="stylesheet" type="text/css" href="style.css">

</head>

Inside home.html:

<head>

<style href="style.css"></style>

</head>

Inside style.css:

<head>

<html href="home.html"></head>

Inside style.css:

applyTo {

href: home.html;

}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A selector that indicates all h1 tags that are immediate CHILDREN of div tags?

div h1 {

}

div > h1 {

}

div {

h1 {

}

}

.h1 div {

}

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following selects the E element where its "attribute" value ends with "value"

E[attribute="value"]

E[attribute*="value"]

E[attribute^="value"]

E[attribute$^="value"]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will make the top and bottom borders of a box equal to 5px while the left and right will be 7px.

#box

{border-radius: 7px 7px 5px 5px;}

#box

{border-radius: 5px 5px 7px 7px;}

#box

{border-radius: 7, 7, 5, 5;}

#box

{border-radius: 5px; 7px; 5px; 7px;}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This property specifies the type of positioning method used for an element

position

float

display

locate

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This element will cause objects/texts to be adjusted away from its normal position.

Other contents will not be adjusted to fit into any gap left by the element.

position: fixed;

position: sticky;

position: absolute;

position: relative;

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?