-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlogPage.html
More file actions
28 lines (18 loc) · 811 Bytes
/
BlogPage.html
File metadata and controls
28 lines (18 loc) · 811 Bytes
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
<html>
<head>
<title>Blog Page</title>
<h1>BLOG PAGE</h1>
</head>
<body>
<div class="post">
<div class="date">16 th may 2020</div>
<h2>Cloud computing</h2>
<p>Cloud Computing is the use of hardware and software to deliver a service over a network (typically the Internet). <br>
With cloud computing, users can access files and use applications from any device that can access the Internet. <br>
An example of a Cloud Computing provider is Google's Gmail.</p>
<img src="cc.jpg" alt="" height="200" width="300"><br><br>
<hr>
<a href="www.cloudcomputing.com"> cloudcomputing</a>
</div>
</body>
</html>