User Interface Design Practice

User Interface Design Practice

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

Intro to Programming

Intro to Programming

7th - 11th Grade

15 Qs

CSS - 19 Januari 2021

CSS - 19 Januari 2021

12th Grade - University

15 Qs

Tech Apps: HTML & CSS

Tech Apps: HTML & CSS

7th - 9th Grade

8 Qs

Recapitulare Web Design

Recapitulare Web Design

9th - 12th Grade

15 Qs

HTML & CSS Recovery & LOC Quiz

HTML & CSS Recovery & LOC Quiz

12th Grade

15 Qs

jonyosman

jonyosman

10th Grade

10 Qs

ADV CSS Ex3

ADV CSS Ex3

9th - 12th Grade

10 Qs

User Interface Design Practice

User Interface Design Practice

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Greg Baker

Used 49+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a CSS property? 
background-color: 
body
lightblue;
{ } 

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When creating a Web page, how can you increase the chances that visitors will see your page as it is intended, regardless of their screen size? 
Use page layout 
Use liquid layout
Use absolute layout
Use fixed-width layout

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS declaration can position an element in relationship to another? 
float: right
nav {float: left} 
position: right 
article {display: left}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value to align images to text?
right
top
middle 
bottom

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By default, how is each HTML element represented in a Web document? (Choose the best answer.)
As a rectangular box
As whatever shape the content forms 
As an overlapping element 
It depends on the rendering engine. 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML5 is compatible with which version(s) of Cascading Style Sheets (CSS) technology? 
CSS3 
CSS1 and CSS2 
CSS2 and CSS3
CSS1, CSS2 and CSS3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following CSS3 selector: a[href^="https"] What action does this selector cause?
It identifies every element whose href attribute value ends with "https"
 It identifies every element whose href attribute value begins with "https". 
It identifies every element whose href attribute value contains "https" within it. 
It automatically creates hyperlinks whose href attribute values begin with "https".

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?