What is this: 101010101
Binary
Divide tag
<div></div>
Paragraph tag
<p></p>
Founder of Apple
Steve Jobs
The tag at the very beginning and end of every webpage code.
<html> </html>
Style coding for HTML (Navigation bars, rounded corners, etc.) (It's that other computer language we started week 2)
CSS
<td></td> What tag is this?
Table data
Text color tag set up
Ex: <h1 style="color:Tomato;">Hello World</h1>
Cofounder of Apple (not Steve Jobs)
Steve Wozniak
What type of code is this (used for colors): #FF0000
Hexadecimal code
Layout rule (includes 1/3s)
Rule of Thirds
Button tag
<button> </button>
Break tag
<br> </br>
Microsoft founder
Bill Gates
Set up of an image code.
<img src=”source_of_image“>
Avoid this type of blanks in your webpage
White Space
Link set up
<a href="url">link text</a>
Six heading tags
<h1></h1>
<h2></h2>
etc.
Current CEO of Apple
Tim Cook
The structure of an end tag to close.
Ex: <head> <BLANK>
Ex: <head> </head>
Term for keeping things the same (good for webpages)
Consistency
Table row tag
<tr></tr>
What color is this: #000000
Black
Guy who made Facebook
Mark Zuckerburg
The three tags for text structure.
<head> <body> <title>