User Interface Design Practice

User Interface Design Practice

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

CSS Style Sheet

CSS Style Sheet

8th - 12th Grade

11 Qs

Basic CSS3

Basic CSS3

9th - 12th Grade

12 Qs

HTML/CSS-Adding JS

HTML/CSS-Adding JS

12th Grade

12 Qs

Ucertify Introduction to Cascade Style Sheets Technology

Ucertify Introduction to Cascade Style Sheets Technology

8th - 12th Grade

11 Qs

ADV CSS Quiz 3

ADV CSS Quiz 3

9th - 12th Grade

10 Qs

HTML/CSS Coding Test Pt2

HTML/CSS Coding Test Pt2

7th - 9th Grade

13 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

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