-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 1.24 KB
/
Copy pathindex.html
File metadata and controls
23 lines (21 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!Doctype html>
<!DOCTYPE html>
<html>
<head>
<title>responsive menu</title>
</head>
<body>
<h1>Our Course</h1>
<link rel="stylesheet" type="text/css" href="css/module2-solution.css">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<section class="html"><h2>HTML</h2><p>Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.</p></section>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<section class="css"><h2>CSS</h2><p>Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.</p></section>
</div>
<div class="col-lg-4 col-md-12 col-sm-12"> <section class="javascript"> <h2>javascript</h2><p>JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification. JavaScript has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.</p> </section>
</div>
</div>
</body>
</html>