Skip to content

Commit

Permalink
Basic HTML elements
Browse files Browse the repository at this point in the history
  • Loading branch information
luontola committed Feb 23, 2018
1 parent f96f5cf commit e5466a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions about.html
Expand Up @@ -2,11 +2,15 @@
<html lang="en">
<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://web-intro.luontola.fi/html/ruby.png">

</body>
</html>

0 comments on commit e5466a8

Please sign in to comment.