-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirst.html
63 lines (58 loc) · 2.44 KB
/
first.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">
<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>Sample project</title>
</head>
<body>
<h1>10 HTML Project Ideas For Beginners</h1>
<p>☎ 7406120335</p>
<h2>Table of contents</h2>
<ol>
<li><a href="#tribute_page">A tribute page</a></li>
<li><a href="#survey_form">A survey form</a></li>
<li><a href="#tech_page">Technical documentation page</a></li>
<li><a href="#landing_page">Landing page</a></li>
<li><a href="#event_page">Event page</a></li>
</ol>
<h3 id="tribute_page">A tribute page</h3>
<p>
This is one of the most simple HTML projects you can make. As you can
guess by the name, a tribute page shows respect for someone who inspires
you, or someone you admire and revere. To make a tribute page, you only
need to know fundamental HTML concepts.
</p>
<h3 id="survey_form">A survey form</h3>
<p>
Websites often include forms as a part of their customer data collection
strategy. A well-made survey form can help you acquire relevant
information about your target audiences like their demographic age, job,
location, taste and preference, and pain points. This HTML project is a
great way to test your skills and knowledge of designing forms and
structuring a webpage.
</p>
<h3 id="tech_page">Technical documentation page</h3>
<p>
You can build a technical documentation page if you have the basic
knowledge of HTML, CSS, and JavaScript. The main idea behind this project
is to create a technical documentation page wherein you can click on any
topic on the left side of the page, and it will load the associated
content on the right.
</p>
<h3 id="landing_page">Landing page</h3>
<p>
This project requires a strong knowledge of HTML and CSS. Since a landing
page includes numerous vital elements, you will have to combine your HTML
knowledge with your creative skills.
</p>
<h3 id="event_page">Event page</h3>
<p>
This is another easy project that you can experiment with! It will involve
creating a static page displaying the details of an event (conference,
webinar, product launch, etc.). You will need both HTML and CSS for this
project.
</p>
</body>
</html>