The Art of Doing - Web Development for Beginners - Final Project Part 3

The Art of Doing - Web Development for Beginners - Final Project Part 3

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Wayground Content

FREE Resource

This video tutorial covers styling a webpage using CSS and setting up an HTML design tool. It begins with styling a navigation bar, including setting background colors, border radii, and hover effects. The tutorial then moves on to styling a new products section using a flex layout. Finally, it demonstrates setting up an HTML structure for a shirt design tool, incorporating forms, radio buttons, and color inputs, preparing for JavaScript functionality.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What CSS property is used to set the background color of the navigation bar?

margin

text-align

background-color

border-radius

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you ensure that text within a navigation bar is centered?

Use text-align: center

Use text-align: right

Use text-align: justify

Use text-align: left

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What display property allows anchor tags to have adjustable width?

block

flex

inline

inline-block

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to remove the underline from links?

display: block

font-weight: bold

text-align: center

text-decoration: none

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What layout is used for the 'new products' section?

Flex layout

Grid layout

Inline layout

Block layout

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to add space between elements in the 'new products' section?

padding

width

margin

border

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main axis alignment used for the 'content item' division?

justify-content: space-between

justify-content: center

justify-content: end

justify-content: start