forked from cs-dept-ibbul/Web2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab2.html
More file actions
63 lines (58 loc) · 2.05 KB
/
Copy pathlab2.html
File metadata and controls
63 lines (58 loc) · 2.05 KB
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>
<head>
<title>Stanford: 4 on-campus beverages you should be drinking</title>
<link href="http://fonts.googleapis.com/css?family=source+Sans+pro|Roboto+Slab" rel="stylesheet"/>
<link rel="stylesheet" href="css/lab2.css" />
</head>
<body>
<header>
<div id= "title-text">
Stanford: 4 on-campus beverages you should <br/> be drinking
</div>
</header>
<div id="profile">
<div id="profile-pic"> </div>
<div id="profile-text">
<strong>Victoria Krist </strong><br/>
<em> Last updated Apr 7, 2017 </em>
</div>
</div>
<section>
<div id="main-body">
<div class="item">
<div class="item-number-container">
<div class="item-number">1.</div>
</div>
<div class="item-header">Italian soda at bytes</div>
<a> 456 Cambridge Ave, Palo Alto, CA</a>
<div class="paragraph-break"> </div>
<p class= "item-text">
The .NET Framework is a technology that supports building and running the next generation of applications
and XML Web services. The .NET Framework is designed to fulfill the following objectives which icludes;
To provide a consistent object-oriented programming environment whether object code is stored
and executed locally, executed locally but Internet-distributed, or executed remotely and also
to provide a code-execution environment that minimizes software deployment and versioning conflicts.
</p>
<div class="paragraph-break"> </div>
<p class="item-text"> <strong> Recommendation:</strong> Raspberry Italian soda </p>
<div class= "paragraph-break"> </div>
<img src="images/soda.jpg"> </img>
</div>
<div class="item">
<div class="item-number-container">
<div class="item-number">2.</div>
</div>
<div class="item-header">Bubble tea at pop Tea Bar</div>
<a> 456 Cambridge Ave, Palo Alto, CA</a>
<div class="paragraph-break"> </div>
<p class="item-text">
Shipping new components or updates to components out of band enables Microsoft to provide
more frequent updates to the .NET Framework. In addition, we can gather and respond to customer feedback
more quickly.
</p>
</div>
</div>
</section>
</body>
</html>