forked from thisisshub/HacktoberFest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.html
More file actions
41 lines (23 loc) · 1.86 KB
/
Copy pathwebsite.html
File metadata and controls
41 lines (23 loc) · 1.86 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
<!<DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="edit.css">
<title>WEB DEVELOPMENT</title>
</head>
<body>
<h1>WEB DEVELOPMENT</h1>
<h2 class="a">PYTHON</h2>
<img src="logopy.png" alt "python logo">
<p id=python><br><br>Python is an interpreted, high-level and general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.</p>
<h2 class="a">HTML5</h2>
<img src="logoht.png" alt "html logo">
<p id="html">
<br><br>HTML5 is a markup language used for structuring, and presenting content on the World Wide Web. It is the fifth and latest major version of HTML that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard and is maintained by a consortium of the major browser vendors (Apple, Google, Mozilla, and Microsoft), the Web Hypertext Application Technology Working Group (WHATWG).</p>
<h2 class="a">CSS</h2>
<img src="logocss.png" alt"css logo">
<p id="css">
<br><br>Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.</p>
<h2 class="a">JAVASCRIPT</h2>
<img src="logojs.png"
<p id="javascript">
<br><br>JavaScript is one of the core technologies of the World Wide Web.JavaScript enables interactive web pages and is an essential part of web applications. The vast majority of websites use it for client-side page behavior, and all major web browsers have a dedicated JavaScript engine to execute it.</p>
</body>