How is the start tag different from the end tag?
end tags contain a /
This is the tag you use to create a paragraph
<p>
The standard language for creating the structure of webpages
html
background-color:blue;
ISP stands for
Internet Service Provider
<h1> ... <h6>
This tag is used to make an img
<img src="...">
The language we use for styling webpages
CSS
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)
How many bits in a byte
8
This tag is used to make a link.
<a href="...">
This tag is used to create an unordered list
<ul>
The language used to make webpages interactive
JavaScript
The name of a css property that we use to add space around an object
margin
electric or light/laser
This tag is used to embed a youtube video in your website
<iframe src="...">
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>
CSS stands for ___
Cascading Style Sheet
border:2px solid green;
How does the internet travel wirelessly.
Radio Waves
This tag is at the very start and very end of your page and contains all the content within your page
<html>
This tag is used to create a row within a table
<tr>
HTML stands for
Hyper Text Markup Language
Code that we put in our html to link to our css sheet
<link rel="stylesheet" href"style.css">
A connection point for many different devices connected to the internet
internet hub or network hub