forked from learn-co-curriculum/phase-0-git-basics-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (60 loc) · 1.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en"></html>
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Cat Perry's Favorite Cats</title>
<head>
<body>
<p>Ham and Cheese</p>
<p>Grilled Cheese</p>
<p>Nacho Cheese French Fries</p>
<p>Cheese soup</p>
<p>Cheese and crackers</p>
<li>2 slices of bread</li>
<li>4 slices of cheese</li>
<li>cheddar</li>
<li>mozzarella</li>
<li>pepper jack</li>
<li>1 tbsp of butter</li>
<h3>Top 5 Favorite Foods</h3>
<ol>
<li>Grilled Cheese</li>
<li>Sushi</li>
<li>Cheese and crackers</li>
<li>Cheese soup</li>
<li>Nacho Cheese French Fries</li>
</ol>
<table>
<tr>
<th>Name</th>
<th>Phone Number</th>
<th>Bringing</th></tr>
<tr>
<td>Daniel</td>
<td>718-555-1212</td>
<td>Guacomole</td>
</tr>
<tr>
<td>Rachel</td>
<td>718-555-1212</td>
<td>Chips</td>
</tr>
<tr>
<td>Terrance</td>
<td>914-555-1212</td>
<td>Salsa</td>
</tr>
</table>
</body>
</head>
</html>
<h1>Hello, World!</h1><a href="/web">flatiron School</a>
<img src="https://i.imgur.com/H1qsYEl.png" />
<img
src="https://i.imgur.com/H1qsYEl.png"
alt="comedic crow gets wholesome support"
/>
<img
src="../images/my_company_logo.png"
alt="my company name"
title="We're here to help you!"
/>