The Art of Doing - Web Development for Beginners - Store Front Two Project Part 1

The Art of Doing - Web Development for Beginners - Store Front Two Project Part 1

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Wayground Content

FREE Resource

The video tutorial guides viewers through creating a basic website for 'Mike's Flooring Company'. It starts with setting up the HTML structure for the index page, including semantic elements like header, main, and footer. The tutorial then moves on to styling the page using CSS, focusing on background colors, font families, and text alignment. Finally, it covers building the home page, adding a navigation bar, and structuring content sections with articles and reviews. The tutorial emphasizes consistent styling across pages and introduces basic CSS techniques for layout and design.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'doctype' declaration in an HTML document?

To specify the version of HTML being used

To link CSS files

To define the character encoding

To create a new HTML element

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to link a CSS file to an HTML document?