-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 929 Bytes
/
Copy pathindex.html
File metadata and controls
35 lines (33 loc) · 929 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
29
30
31
32
33
34
35
<html>
<head><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My web</title>
</head>
<body>
<h1>sample web page</h1>
<p>This is a sample web page written in basic html</p>
<h2>Benefits of a website to an organisation</h2>
<ol>
<li>important for branding an organisation</li>
<li>24/7 availability</hi>
<li>search engine optimation</li>
<li>enhance ecommerce and ebusiness</li>
<li>trade shows</li>
</ol>
<h1>personal details</h1>
<ol>
<li>industrious</li>
<li>committed</li>
<li>google developer</li>
</ol>
<h2>Types of websites</h2>
<ul>
<li>personal websites</li>
<li>organisational websites</li>
</ul>
</body>
</html></head>
</html>