forked from lottieswift/html_practice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPractice Webpage 1
More file actions
47 lines (47 loc) · 1.67 KB
/
Practice Webpage 1
File metadata and controls
47 lines (47 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<title>Lottie And Emma Land of Code</title>
<link rel="stylesheet" href="style.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<div class="heading">
<h1>HTML and CSS 1</h1>
<!-- button test here -->
<button type="button" class="btn btn-success"><del>Success</del></button>
<h2>Bootstrap</h2>
<p class="First-Paragraph">
Description
<br>
In no particular order...
</p>
</div>
<div class ="list">
<h3> <mark>Command Line</mark></h3><br>
"Ruby Rails"
</div>
<div>
<!--brain image with Trump link fast rotate -->
<a href="http://www.bbc.co.uk/news/uk-politics-38051579" target=_blank>
<img class="image1" src="brainicon.jpg" class="img-circle" height=100px>
</a>
</div>
<!-- earth image no link slow rotate -->
<div class="image2">
<img src="earth-outline.png" class="img-circle" height=100px>
</div>
<div>
<p>
<small> I enjoy this because I both
<abbr title="Love" class="initialism">LURV</abbr>
<a href="http://www.urbandictionary.com/define.php?term=lurv" target=_blank>
surprises and have no idea what I'm doing </small></p>
<p>
This is a test for GitHub 13th December
Testing again.
</p>
</div>
</body>
</html>