What is this: 101010101
Binary
Bold text tag
<b> </b>
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, etc.)
CSS
Insert text tag
<ins> </ins>
Text color tag set up
Ex: <h1 style="color:Tomato;">Hello World</h1>
Cofounder of Apple (not Steve Jobs)
Steve Wozniak
How to make a comment
<here is a comment>
Layout rule (includes 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>
A tag that makes your text buff
<strong> </strong>
Italics text tag
<i> </i>
Guy who made Facebook
Mark Zuckerburg
The three tags for text structure.
<head> <body> <title>