-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfullweb.htm
150 lines (75 loc) · 3.24 KB
/
fullweb.htm
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="fullwebc.css">
<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>My Website</title>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Dancing+Script&display=swap" rel="stylesheet">
</head>
<body>
<!-- <div class="row">
<div class="col-2"><img src="https://png.pngtree.com/thumb_back/fh260/background/20210420/pngtree-quiet-night-image_623464.jpg"
class="imag"></div>
<div class="col-7"><img src="https://png.pngtree.com/thumb_back/fh260/background/20210420/pngtree-quiet-night-image_623464.jpg"
class="imag"></div>
<div class="col-4"><img src="https://png.pngtree.com/thumb_back/fh260/background/20210420/pngtree-quiet-night-image_623464.jpg"
class="imag"></div>
</div> -->
<nav>
<ul class="topnav">
<li><a href="home">Home</a></li>
<li><a href="news">News</a></li>
<li><a href="contact">Contact</a></li>
<li><a href="about">About</a></li>
</ul>
</nav>
<h1> Hey, there. Welcome to My Website!</h1>
<br><br>
<hr>
<p> <b>What is programming language?</b>
<br> <br>
A programming language is any set of rules that converts strings,
or graphical program elements in the case of visual programming languages,
to various kinds of machine code output. Programming languages are one kind
of computer language, and are used in computer programming to implement algorithms.
<br> <br>
A programming language is a set of commands, instructions, and other syntax use to
create a software program. Languages that programmers use to write code are called
"high-level languages." <br> This code can be compiled into a "low-level language,"
which is recognized directly by the computer hardware. </p>
<hr>
<h2>Languages</h2>
<div class="order">
<li>Python</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Java</li>
<li>Django</li>
<li>Ruby</li>
</div>
<br>
<h3>Check out this video</h3>
<br>
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/EGQh5SZctaE" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
<ol>
<hr>
<h4> Contact Us </h4>
</ol>
<form>
Your Name: <input placeholder="Fill in your Name" type="text"> <br><br>
<div class="mail">Your Email: <input placeholder="Fill in your Email" type="email" spellcheck="true"> <br><br>
</div>
<!-- <div class="but"><button>SUBMIT</button></div> -->
<button class="but" type="button">SUBMIT</button>
</form>
<scroll-bar> </scroll-bar>
</body>
</html>