Tags
Web sites
Ordering
Problems
100

What are the three main tags of html?

<html>

<head>

<body>

<!DOCTYPEhtml>

100

the title is also the _____ of a web page

hint: web mailing

browser title

100

Where does the <p> tag go

the body

100

I want to make the word happy in this sentence boldened how do i do that?

use a <b> </b> tag around it 

300

This tag helps write paragraphs

<p>

300

What does HTML stand for?

Hyper Text Mark up Language

300

where does the title go?

Head

300

I want to make a list of the students based on class ranking what do I do?

use an ordered list

500

Creates ordered lists

<ol>

500

What does CSS stand for 

Cascading Style Sheets

500

What is the first tag

<DOCTYPE!>

500

I want to make a link to wikipedia but have it say answers

use <a> tag with an href attribute

700

Used for images

<img>

700

how do you know is a website is secure

The locked lock next to the URL

700

what tag shows the language used to code the webpage

<html>

700

How would I color the background blue for the whole page?

Use the "style" attribute and "color:blue" property in the opening <body> tag

900

creates a link

<a>

900

What is the website we use for coding in this class?

CodeHS

900

two types of lists

ordered and unordered

900

What would I use to make an image a link? 

<a><img></img></a>

put an <img> tag inside a <a> tag