Computers and Technology
16.04.2021 06:20
190
282
4
Solved by an expert

You have learned a lot about using HTML in this lesson, including many tags that

You have learned a lot about using HTML in this lesson, including many tags that you can use to structure your webpage. But it can be hard to remember all of those tags! In this lab, you will create a webpage that lists all of the tags that you’ve learned and how they are used…you can think of it as a cheat sheet for future HTML projects. Here’s how to do it:

Create a new REPL in REPL.it (https://repl.it/). (Remember to choose HTML, CSS, JS as your language). Name it HTML Cheat Sheet.

Your webpage should have the following elements:

A title
A header
A list (either ordered or unordered—your choice) of these tags:
HTML
head
title
body
h1
p
div
strong
a
br /
img
ul
ol
li
hr /
A brief explanation of what each tag does.
You have enough coding experience that a potential problem might occur to you: If you add to your list, then the interpreter is not going to add to the list but rather treat it as the command to create a header. You need an escape character! In Python, the escape character is the \ followed by whatever character you wanted to include. But HTML is a bit different; you replace the character entirely. So, you’ll need two escape characters:

Instead of the < , type & lt

Instead of the > , type & gt

For example, your line for the tag should look like this:

& lt head & gt begins a header
The output of that line looks like this if you are using an ordered list:

< head> begins a header
And the output will look like this if you are using an unordered list:

< head> begins a header
If you want to go the extra mile, you can add some CSS declarations to make your webpage more interesting.

When you are satisfied with your webpage, take a screenshot of your HTML and of your webpage to turn in. If you can’t get your program to work properly, turn in a screenshot along with a paragraph explaining what you did to try to fix it.
Show Answers
griffislandon74
griffislandon74
4,4(12 marks)

you could send a email to your teacher to fix the problem

Explanation:

Popular Questions about the subject: Computers and Technology

Read the sort and give me the answer down...
Computers and Technology
17.03.2021 16:44
PAGTATASA 2 CRYPTOGRAM Bakit malaking tulong ang mga makabagong teknolohiya sa iyong...
Computers and Technology
02.10.2020 01:54
This are always located at the beginning of a document,regardless ao where the cursor...
Computers and Technology
16.10.2020 17:23
In this dialog box,you can change front the size,and the amount of indentation​...
Computers and Technology
11.04.2023 20:19
There are a number of national parks that weup to now. 1.didn t visit 2.hadn t visited...
Computers and Technology
07.08.2021 20:04
True and false the topic is friction...
Computers and Technology
02.02.2021 21:54
Here is worksheet please help me with it the topic is friction...
Computers and Technology
18.04.2021 16:32
Required: Calculate each of the following amounts using weighted-average process...
Computers and Technology
02.07.2021 08:42
Estimate the cost per unit of solar and wind energy....
Computers and Technology
30.03.2022 02:46
Im ugly thooooooo?/????...
Computers and Technology
05.11.2021 13:07

New questions by subject

Which transformation is non isometric transformation...
Mathematics
15.01.2022 17:22
One of the things that i want to learn in financial management...
Chemistry
03.01.2023 22:45
Find the HCF of 700 and 280 by Euclid s algorithm...
Mathematics
25.01.2023 17:56
3) You can t name your report. True or false?...
Computers and Technology
03.01.2021 22:37
3. What direction did humans have to travel to get from Asia to North America?...
History
09.04.2022 20:48
2. A police car drives from a police station to a distance of 170 km in 4 hours....
Physics
12.12.2022 08:29
F(x)=x².What is g(x)?...
Mathematics
03.07.2022 04:33
A projectile is fired from the edge of cliff , with initial velocity component of...
Physics
17.08.2021 00:53
Bakit mahalagang sanayin ng tao ang kanyang kilos-loob...
Social Studies
15.10.2021 10:25
Please is for right now...
English
06.02.2023 09:16
#
#
#
#
# #

We expand our knowledge with many expert answers