Tags 1
Tags 2
Definitions
CSS
How the Internet Works
100

How is the start tag different from the end tag?

end tags contain a /

100

This is the tag you use to create a paragraph

<p>

100

The standard language for creating the structure of webpages

html

100
write a line of css that we can use to change the background color of an element to blue

background-color:blue;

100

ISP stands for

Internet Service Provider

200
This is the tag used to create a heading.

<h1> ... <h6>

200

This tag is used to make an img

<img src="..."> 

200

The language we use for styling webpages

CSS

200

What can we use to find a specific color of our choosing if we don't want any of the pre-named colors

color picker (HEX,RGB)

200

How many bits in a byte

8

300

This tag is used to make a link.

<a href="...">

300

This tag is used to create an unordered list

<ul>

300

The language used to make webpages interactive

JavaScript

300

The name of a css property that we use to add space around an object

margin

300
What type of signal does the internet use to travel through wires

electric or light/laser

400

This tag is used to embed a youtube video in your website

<iframe src="...">

400

This is the tag you at the beginning of your html to define tell the computer what type of document it is reading

<!DOCTYPE html>

400

CSS stands for ___

Cascading Style Sheet

400
Write a line of CSS to add a solid green 10px border to an element

border:2px solid green;

400

How does the internet travel wirelessly.

Radio Waves

500

This tag is at the very start and very end of your page and contains all the content within your page

<html>

500

This tag is used to create a row within a table

<tr>

500

HTML stands for

Hyper Text Markup Language

500

Code that we put in our html to link to our css sheet

<link rel="stylesheet" href"style.css">

500

A connection point for many different devices connected to the internet

internet hub or network hub