383-668a4c7e21be318812b42539

383-668a4c7e21be318812b42539

37 Qs

quiz-placeholder

Similar activities

Ôn tập Tin học 5 - HKII

Ôn tập Tin học 5 - HKII

5th Grade

33 Qs

Digital Skills 24/25 - Google Slides

Digital Skills 24/25 - Google Slides

9th - 12th Grade

42 Qs

IA4 Review

IA4 Review

9th - 12th Grade

40 Qs

HTML and CSS Mastery

HTML and CSS Mastery

9th - 12th Grade

40 Qs

INF 03 HTML, CSS, JS i PHP cz  4

INF 03 HTML, CSS, JS i PHP cz 4

12th Grade

40 Qs

Senior Software Developers Assessment

Senior Software Developers Assessment

University

40 Qs

DASAR PEMROGRAMAN

DASAR PEMROGRAMAN

12th Grade

40 Qs

Text and Visual Media

Text and Visual Media

11th - 12th Grade

40 Qs

383-668a4c7e21be318812b42539

383-668a4c7e21be318812b42539

Assessment

Quiz

Other

Medium

Created by

Abang Gembot

Used 4+ times

FREE Resource

37 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct definition of the element img!

Used to load and display picture

Uses JavaScript to build pixel-based graphics

Used to build graphics that will not become pixelated no matter what their size

This tag will start a canvas but is not just used to build a canvas

Uses php to build pixel-based graphics

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The registered symbol is one of the many HTML entities that can be added in order to display on a webpage. Choose the correct answer:

&copy

&copyright

&reg

&registered

&trademark

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose correct definition of the element canvas!

Used to load and display picture

Uses JavaScript to build pixel-based graphics

Used to build graphics that will not become pixelated no matter what their size

This tag will start a canvas but is not just used to build a canvas

Uses php to build pixel-based graphics

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are building a style sheet for your website. You want unvisited hyperlinks to be steelblue. You want visited links to be orange. You don’t want any link to be underlined. In your brand new style sheet, what would be the proper syntax for it?

<style> a:link { text-decoration: none;} a:link { color: steelblue;} a:visited { color: orange;} </style>

<style> a:link { text-decoration: none;} a:visited { color: orange;} a:active { color: steelblue;} </style>

<style> a { text-decoration: none;} a:visited { color: orange;} a:active { color: steelblue;} </style>

<style> a { text-decoration: none;} a:link { color: steelblue;} a:visited { color: orange;} </style>

<style> a:visited { text-decoration: none;} a:visited { color: orange;} a:active { color: steelblue;} </style>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A style indicator used for a specific behavior on a specific HTML tag.

class

ID

element

pseudo-class

element-class

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A sales page needs to have a light gray background and as a result, its text needs to be in dark gray.

External

Inline

Internal

Side

Meta

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct statement!

Webpages that include style sheet should not be tested on multiple browsers

Setting the body element to have a font of Segoe UI will ensure every device that views the website will see that font

Using new code from one part of a style sheet to another helps to minimize error

Underline is a value of the font-style property

Bold is a value in the font-weight property

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?