The Art of Doing - Web Development for Beginners - Search Engine Project Part 1

The Art of Doing - Web Development for Beginners - Search Engine Project Part 1

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through creating a basic HTML structure for a search engine project, including adding a title and linking a CSS file. It demonstrates how to integrate Google Fonts and style the header using Flexbox for layout. The tutorial also covers advanced styling techniques for header elements, such as setting background colors, borders, and shadows. Finally, it shows how to create and style a footer with links to other search engines, using Flexbox for layout and CSS for styling.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in setting up an HTML document?

Adding a CSS link

Declaring the doctype

Creating a body tag

Inserting a script tag

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to link a CSS file in HTML?