-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
174 lines (163 loc) · 7.15 KB
/
features.html
File metadata and controls
174 lines (163 loc) · 7.15 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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<link rel="stylesheet" href="utilities.css">
<link rel="stylesheet" href="style.css">
<title>Language</title>
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<div class="container flex">
<h1 class="logo">INFORMATIVE WEBSITE</h1>
<nav>
<ul class="pd">
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Language</a></li>
<li><a href="docs.html">Companies</a></li>
<li><a href="placement.html">Placement Drive</a></li>
<li><a href="login.html">Registration</a></li>
</ul>
</nav>
</div>
</div>
<!-- Head -->
<section class="features-head bg-primary py-3">
<div class="container grid">
<div>
<h1 class="logo">Programming Language</h1>
<p class="lead">
<br>
A programming language is a formal language comprising a set of strings that produce
various kinds of machine code output.
</p>
</div>
<img src="server.png" alt="">
</div>
</section>
<!-- Sub head -->
<section class="features-sub-head bg-light py-3">
<div class="container grid">
<div>
<h1 class="md">C++ Language</h1>
<p>
First appearing in 1985, C++ helped lay the foundation for subsequent languages such as
C#, D, and Java. Many programmers use C++ when designing software infrastructure and
resource-constrained applications like desktop applications or e-commerce servers.
Experts recommend that computer programming students learn C++ as one of their first
languages.
</p>
</div>
<img src="c++.png" alt="">
</div>
</section>
<section class="features-sub-head bg-light py-3">
<div class="container grid">
<div>
<h1 class="md">C Language</h1>
<p>
The C Language is developed by Dennis Ritchie for creating system applications that
directly interact with the hardware devices such as drivers, kernels, etc.C programming is
considered as the base for other programming languages, that is why it is known as mother language.
</p>
</div>
<img src="c.webp" alt="">
</div>
</section>
<section class="features-sub-head bg-light py-3">
<div class="container grid">
<div>
<h1 class="md">Java Language</h1>
<p>
Java is an all-purpose computer programming language, boasting a “write once, run anywhere” functionality.
This means code written in Java can run on any device equipped with a Java virtual machine.
The widespread use of the Java language makes it a critical competency for programmers.
</p>
</div>
<img src="JAVA.png" alt="">
</div>
</section>
<section class="features-sub-head bg-light py-3">
<div class="container grid">
<div>
<h1 class="md">Python Language</h1>
<p>
Python is a powerful general-purpose programming language. It is used in web development, data science,
creating software prototypes, and so on. Fortunately for beginners, Python has simple easy-to-use syntax.
This makes Python an excellent language to learn to program for beginners.
</p>
</div>
<img src="python2.png" alt="">
</div>
</section>
<section class="features-sub-head bg-light py-3">
<div class="container grid">
<div>
<h1 class="md">HTML Language</h1>
<p>
HTML stands for Hyper Text Markup Language. <br>
HTML is the standard markup language for creating Web pages. <br>
HTML describes the structure of a Web page. <br>
HTML consists of a series of elements. <br>
</p>
</div>
<img src="html.jpg" alt="">
</div>
</section>
<section class="features-sub-head bg-light py-3">
<div class="container grid">
<div>
<h1 class="md">CSS Language</h1>
<p>
CSS stands for Cascading Style Sheets.
CSS describes how HTML elements are to be displayed on screen, paper, or in other media.
CSS saves a lot of work. It can control the layout of multiple web pages all at once
External stylesheets are stored in CSS files .
</p>
</div>
<img src="css.jpg" alt="">
</div>
</section>
<section class="features-sub-head bg-light py-3">
<div class="container grid">
<div>
<h1 class="md">JS Language</h1>
<p>
Along with HTML and CSS, JavaScript is one of the internet’s three core technologies.
Nearly all websites use JavaScript to enable interactivity, and all major web
browsers incorporate a JavaScript engine. Computer programmers working on web
applications must have an intimate knowledge of JavaScript.
</p>
</div>
<img src="javascript.png" alt="">
</div>
</section>
<!-- Footer -->
<footer class="footer bg-dark py-5">
<div class="container grid grid-3">
<div>
<h1>Informative Website
</h1>
<p>Thanks for visiting.</p>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Language</a></li>
<li><a href="docs.html">Companies</a></li>
</ul>
</nav>
<div class="social">
<a href="https://github.com/"><i class="fab fa-github fa-2x"></i></a>
<a href="https://www.facebook.com/piyush.dahle/"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/piyush_dahle/?hl=en"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://twitter.com/PiyushDahle3"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://www.linkedin.com/in/piyush-dahle-30b68a196/"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
</footer>
</body>
</html>