-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 993 Bytes
/
index.html
File metadata and controls
31 lines (31 loc) · 993 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hectober Fest</title>
</head>
<body>
<h1>Five tips for front-end web developement</h1>
<p>
Don’t you just love exploring beautiful and neat sites with a clean user interface? While most of us would reply with an assertive ‘YES,’ little, do we know the kind of effort and skill that goes into making a website attractive and user-friendly. The secret to creating an impressive site is to master the art of front-end development, and no, it is not as easy as it seems!
</p>
<p>
However, it is not impossible either. Here are five tips that’ll help you get better in front-end design and web development.
</p>
<!-- header
logo
website link
header image
main
blog heading
blog image
content
paragaph 1
paragraph
list
ending
paragraph-->
</body>
</html>