This repository was archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhome.html
More file actions
30 lines (29 loc) · 1.65 KB
/
home.html
File metadata and controls
30 lines (29 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tutorial Javascript</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Code Hill College</h1>
<script src="scripts.js"></script>
<!-- <div id="container">
<div class="col1">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<div class="col2">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Porro ducimus ipsum cumque aliquid praesentium quam harum necessitatibus ipsam, at velit perferendis earum similique deleniti vitae officiis magnam repellendus. Vel, pariatur?
</p>
</div>
</div> -->
<div style="border:1px solid red;">
<div style="border:1px solid green; width:20px; height:20px; float:left;"></div>
<div style="border:1px solid blue; width:20px; height:30px; float:left;"></div>
<div style="clear:both;"></div>
</div>
</body>
</html>