-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.68 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.68 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
<html>
<head> <title> Full Stack Web Devlopment </title>
<style>
body{
background:
url("https://cdn.pixabay.com/photo/2019/08/22/08/30/fantasy-4422921_1280.jpg") repeat ;
}
</style>
</head>
<body style="background-color:Gainsboro ;" > <center>
<h1 ><u> Introduction to Full Stack Web Devlopment 💻️</u></h1> </center>
<h2 style="color:rgb(40, 236, 236) ;"> Frontend web dev</h2>
<hr ><b style="color:rgb(246, 121, 121);">FrontEnd web dev </b></hr>
<p><li>is the thing in which clint intract with server</p></li>
<hr><b style="color:rgb(81, 179, 245);">backEnd web dev</b> </hr>
<p><i><li>backend is used to store data in a service center </i></p></li>
<p style="color:red"> To read Game_of_Thrones click the link below👇️</p>
<p><a href="https://www.goodreads.com/book/show/13496.A_Game_of_Thrones"> Game_of_Thrones</a></p>
<h1>What do you to want to eat for dinner?</h1>
<ul>
<li>Dalma</li>
<li>chicken pakoda</li>
<li>Thiland Sandwich</li>
</ul>
<h2 id=“par” style="color:rgb(0, 174, 255);"><b>Enter your email adress and password...</b> </h2>
<h2 id="par" style="color:rgb(0, 174, 255);"><b>Enter your email address and password...</b></h2>
<center>
<form>
<label for="email" style="color:rgb(221, 245, 68);">Email address:</label>
<input type="email" id="email" name="email"><br><br>
<label for="password" style="color:red;">Password:</label>
<input type="password" id="password" name="password"><br><br>
<input type="submit" value="Login">
</form>
</center>
<p><emp style="color:rgb(226, 250, 50);"> The end<b>....😎️</b></emp></p>
</body>
</html>