HTML CSS and JavaScript for Beginners - A Web Design Course - Exercise #10: Build a Site

HTML CSS and JavaScript for Beginners - A Web Design Course - Exercise #10: Build a Site

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial guides viewers through building a mini website from scratch. It covers creating a basic HTML structure with navigation, sections, and a footer. The tutorial demonstrates how to set up and save HTML pages, generate content, and build a contact form with input fields. Additionally, it includes adding tables and images to enhance the website. The focus is on practicing HTML without styling, providing a foundation for further customization and learning.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three essential pages mentioned for the mini website?

Home, Services, Contact

Home, About, Contact

Home, Blog, Contact

Home, Portfolio, Contact

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to create a navigation menu?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the footer in the HTML structure?

To add navigation links

To create a form

To include copyright information

To display images

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which input type is used for collecting email addresses in a form?

text

number

email

password

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTML element is used to group related elements in a form?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of adding a border in CSS?

To change text color

To distinguish between different cells

To align text

To add space between elements

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to create a table?