Misc. Coding
Misc. Tags
Text
Pop Culture CompSci
Basics
100

What is this: 101010101

Binary

100

Divide tag

<div></div>

100

Paragraph tag

<p></p>

100

Founder of Apple

Steve Jobs

100

The tag at the very beginning and end of every webpage code.

<html>  </html>

200

Style coding for HTML (Navigation bars, rounded corners, etc.) (It's that other computer language we started week 2)

CSS

200

<td></td> What tag is this?

Table data

200

Text color tag set up

Ex: <h1 style="color:Tomato;">Hello World</h1>

200

Cofounder of Apple (not Steve Jobs)

Steve Wozniak

200

What type of code is this (used for colors): #FF0000

Hexadecimal code

300

Layout rule (includes 1/3s)

Rule of Thirds

300

Button tag

<button> </button>

300

Break tag

<br> </br>

300

Microsoft founder 

Bill Gates

300

Set up of an image code.

<img src=”source_of_image“>

400

Avoid this type of blanks in your webpage

White Space

400

Link set up

<a href="url">link text</a>

400

Six heading tags

<h1></h1>

<h2></h2>

etc.

400

Current CEO of Apple

Tim Cook

400

The structure of an end tag to close.

Ex: <head> <BLANK>

Ex: <head> </head>

500

Term for keeping things the same (good for webpages)

Consistency

500

Table row tag

<tr></tr>

500

What color is this: #000000

Black

500

Guy who made Facebook

Mark Zuckerburg

500

The three tags for text structure.

<head> <body> <title>

M
e
n
u