CODES
HTML
CSS
LINKS
DEFINITIONS
100

paragraph code

<p> </p>

100

HTML stands for...

Hypertext Markup Language

100

What is the full name for CSS?

Cascading Style Sheet

100

Text hyperlink

Word or phrase that takes you to another document

100

Any type of device that can send out and receive information. Computer

Computer

200

 Code for headers

<h1> </h1>

200

Comment tag

<!--Comment-->

200

What does a CSS do to a webpage?

Designs it to looks the way you want it to.

200

The link that connects the stylesheet to the webpage

The link that connects the stylesheet to the webpage<link rel="stylesheet" href="style.css">

200

Something you can click on to take you another document within the same document.

Hyperlink

300

Code for lists

<li> </li>

300

Tag to separate paragraph designs from each other

<p class="paragraph">*write your sentence*</p>

300

What starts and closes the CSS tag?

Curly bracket ({,})

300

Image hyperlink

Link from an image that takes you somewhere else

300

Any person who works with devices away from a main office, school, or home. 

Mobile user

400

Code for bullets

<ul> </ul>

400

Link websites to images

<a href="website.org,.com.net"> <img src="image link" alt="description"></a>

400

What can you do in your CSS?

You are able to do anything you want.

400

Image link

<img src=".jpg,.jpeg,.png" alt="Description">

400

A system of commands that put together information that is then displayed on a webpage.

What is code?

500

 Code for numbers

<ol> </ol>

500

Website link

<a href="website.com,.org,.net">Name</a>

500

When do you put semicolons?

After you write what you want and how you want it. (;)

500

The link that creates the instruction to go somewhere else

<a href.........</a>

500

ApplicationsPrograms designed to make users more productive and assist people with personal tasks.

Applications

M
e
n
u