-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbasic website.html
50 lines (38 loc) · 1.71 KB
/
basic website.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="edit.css">
<title></title>
</head>
<body>
<div1>
<header>
<a href="yt.html" target="_blank">YT</a>
</header>
<head>
<title>My Website</title>
</head>
<!--header tags-->
<h1>Programming Language</h1>
<!--paragraph-->
<p><a href="https://en.wikipedia.org/wiki/Programming_language">Programming language</a> is a formal language comprising a set of instructions that produce various kinds of output. Programming languages are used in computer programming to implement algorithms.</p>
<p>Most programming languages consist of instructions for computers. There are programmable machines that use a set of specific instructions, rather than general programming languages. Early ones preceded the invention of the digital computer, the first probably being the automatic flute player described in the 9th century by the brothers Musa in Baghdad, during the Islamic Golden Age.[1] Since the early 1800s, programs have been used to direct the behavior of machines such as Jacquard looms, music boxes and player pianos.[2] The programs for these machines (such as a player piano's scrolls) did not produce different behavior in response to different inputs or conditions.</p>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_wordmark.svg/120px-HTML5_logo_and_wordmark.svg.png" alt HTML5 logo><br>
<!--unordered list-->
<h3>Some programming languages ==></h3>
<ul>
<li>Javascript</li>
<li>Python</li>
<li>Java</li>
<li>C++</li>
</ul>
<!--ordered list-->
<h3>Top 3 programming language ==</h3>
<ol>
<li>Python</li>
<li>Javascript</li>
<li>Java</li>
</ol>
</div1>
</body>
</html>