CODES
HTML
CSS
LINKS
DEFINITIONS
100

What is the code for paragraphs?

<p>, </p>

100

How do you make a bulleted list?


<ul> </ul> and <li>, </li>

100

How do you change the font?

font-family

100

Main code for linking?

<a>, </a>

100

Heading? 

 A title or summary for a document or section of a document.

200

What is the code for the main header of your web page?

<h1>, </h1>

200

What are the 3 parts of the HTML working space?

Files, Workspace, Preview

200

How do I align the text?

text-align

200

What are Hyperlinks?

They can connect to local web pages or external web pages.

200

CSS?

Cascading style sheet

300

What is the full code for an image?

<img src="" alt="">

300

How do you add a numbered list?

<ol> </ol> and <li>, </li>

300

How do I underline?

text-decoration

300

What is the attribute used for linking?

href

300

HTML?

Hypertext Markup Language

400

What is the code to add comments?

<!--comment-->

400

What tag should you use to break away certain paragraphs?

<br>

400

How do I make my image to to the right side of my web page?

float: right;

400

What is a good rule for linking names?

Give the link a good description that makes sense even without reading all the text around it.

400

CSS Class?

An identifier that allows multiple elements in an HTML document to be styled in the same way.

500

What is the code to link webpages?

<a href=""> </a>

500

What should you do to your paragraph if you want it to be different from your other paragraphs?

Add a class (<p class="">)

500

How do I add a border to my image?

border-color, 

border-width, 

border-style, 

border-radius

500

How do you link an image to a webpage?

<a href=""> <img src="" alt=""> </a>

500

Digital Footprint?

The collected information about an individual across multiple websites on the Internet.

M
e
n
u