Creating Web Pages-HTML

Creating Web Pages-HTML

Assessment

Interactive Video

Computers

7th Grade

Hard

Created by

David Head

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the language used for coding pages on a website?

C+

Python

HTML

Swift

2.

DROPDOWN QUESTION

5 mins • 4 pts

You can create your website with a basic ​ (a)  

There are many different text editors you can use.

We will download and use ​ (b)  

Macs often use ​ (c)  

On your basic text editor you will create your ​ (d)   by writing in HTML.

text editor.
NotePad++
TextEdit
webpage/s
operating system
MS Word
MS Excel
app
search engine
A.I.

3.

DROPDOWN QUESTION

5 mins • 5 pts

HTML stands for ​ (a)  

Which is a standardized system for specifying the ​ (b)   of a webpage. It involves tagging text files to achieve the following on the World Wide Web:

​ (c)  

color

​ (d)  

hyperlink effects.

Also known as a computer language to create websites.

HTML documents consist solely of text.

You enter text that you want to display on the page and the HTML codes, which are known as ​ (e)   🡪 You then save the text as an html file

Hypertext Markup Language
structure
font
graphics
tags

4.

DROPDOWN QUESTION

5 mins • 5 pts

This HTML coding is used to render what you see in the browser window below.

Notice most HTML codes are used inside ​ (a)   < > and most of them are in ​ (b)   . These pairs are called opening and closing tags aka or ​ (c)   tags.

Anything not in the brackets will ​ (d)   on your webpage.

Basically, anything visible on the page should be in between a pair of ​ (e)   .

angle brackets
pairs
start and end
display
tags

5.

DROPDOWN QUESTION

5 mins • 5 pts

CSS stands for ​ (a)  

This is a simple design language that ​ (b)   HTML coding.

This was intended to simplify the process of making web pages more ​ (c)   .

Makes webpages ​ (d)   .

Known to ​ (e)   you time.

Cascading Style Sheets
goes along with
presentable
pretty
save

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

HTML stands for

  1. High-level Text Markup Language

  1. Hypertext Markup Language

  1. Hyperlink Text Management Language

  1. Hypertext Multi-Layer Language