forked from titaniumbones/html-tutorial-ex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfloat-property-tutorial.html
More file actions
34 lines (20 loc) · 971 Bytes
/
float-property-tutorial.html
File metadata and controls
34 lines (20 loc) · 971 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>a float tutorial</title>
<link rel="stylesheet" href="tutorial.css">
</head>
<body>
<xmp theme="united" style="display:none;">
</xmp>
<h1> The simplest float element page </h1>
<h2> Simple float example </h2>
<img src= "http://whc.unesco.org/uploads/thumbs/site_1513_0001-750-0-20160616135229.jpg" alt="Khangchendzonga National Park"/>
<p> This is one of many pictures available online of the Khangchendzonga National Park. This picture was found on the unesco website.</p>
<p> This is the national park we will be using as the subject of our class project. Stay tuned for all the interesting things we will discover as a class while working on this project. </p>
<div id="imagecontainer"
</div
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
</html>