Skip to content

Commit

Permalink
Basic HTML elements
Browse files Browse the repository at this point in the history
  • Loading branch information
luontola committed Oct 5, 2015
1 parent b3d748e commit 2836c57
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
<html>
<head>
<meta charset="UTF-8">
<title>This is the page title</title>
<title>About</title>
</head>
<body>

<p>This is a <u>p</u>aragraph of text</p>
<h1>Hi, I'm Ruby</h1>

<p>My name is Ruby and here is my picture.</p>

<img alt="My profile picture" src="http://railsgirls.com/images/ruby-100.png">

</body>
</html>

0 comments on commit 2836c57

Please sign in to comment.