Building a Website from Scratch

Building a Website from Scratch

Assessment

Interactive Video

Computers, Design, Education, Instructional Technology

6th - 10th Grade

Hard

Created by

Ethan Morris

FREE Resource

This video tutorial guides viewers through the process of creating a basic website from scratch using the Brackets program. It covers setting up a project folder, writing HTML code, and structuring a webpage with head and body sections. The tutorial also demonstrates adding content such as headings and paragraphs, applying basic styles using CSS, and incorporating images. Finally, it shows how to center content and adjust image sizes, providing a foundation for building more complex websites.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in setting up a new website project?

Install a web server

Download images from the internet

Create a new HTML file

Create a folder on your desktop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is the first webpage typically named 'index.html'?

It is a requirement by HTML standards

It is the shortest name possible

It is a default name recognized by web browsers

It helps in faster loading of the page

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'head' section in an HTML document?

To display the main content of the webpage

To store metadata and links to stylesheets or scripts

To define the layout of the webpage

To include images and videos

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used for the largest heading?

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you change the background color of a webpage using CSS?

Use the 'color' property

Use the 'border-color' property

Use the 'font-color' property

Use the 'background-color' property

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to specify a color in CSS?

Using color names, RGB, or hexadecimal values

Using binary values

Using hexadecimal values only

Using RGB values only

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute is used to specify the source of an image in HTML?

href

src

link

source

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?