Skip to content

Commit fd0a1b2

Browse files
author
Alex Xu
committed
lowercase doctype html, uppercase untitled, no width/height on img, space after css
1 parent f756e52 commit fd0a1b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE HTML>
1+
<!DOCTYPE html>
22

33
<html>
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
66

7-
<title>untitled</title>
7+
<title>Untitled</title>
88
<style type="text/css">
99
* {
1010
margin:0px;
@@ -18,7 +18,7 @@
1818
}
1919

2020
p {
21-
display:block;
21+
display: block;
2222
width: 400px;
2323
margin: 50px auto;
2424
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
@@ -29,7 +29,7 @@
2929

3030
<body>
3131

32-
<img src="forkit.gif" width="384" height="236" id="octocat" alt="" />
32+
<img src="forkit.gif" id="octocat" alt="" />
3333

3434
<p>
3535
Fork me? No, fork you!

0 commit comments

Comments
 (0)