Skip to content

Commit

Permalink
lowercase doctype html, uppercase untitled, no width/height on img, s…
Browse files Browse the repository at this point in the history
…pace after css
  • Loading branch information
Alex Xu committed Mar 27, 2011
1 parent f756e52 commit fd0a1b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
@@ -1,10 +1,10 @@
<!DOCTYPE HTML>
<!DOCTYPE html>

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

<title>untitled</title>
<title>Untitled</title>
<style type="text/css">
* {
margin:0px;
Expand All @@ -18,7 +18,7 @@
}

p {
display:block;
display: block;
width: 400px;
margin: 50px auto;
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
Expand All @@ -29,7 +29,7 @@

<body>

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

<p>
Fork me? No, fork you!
Expand Down

0 comments on commit fd0a1b2

Please sign in to comment.