This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>About Daniel</title> | |
</head> | |
<body> | |
<h1>Daniel Cousineau</h1> | |
<p> | |
My name is Daniel Cousineau, I was born in <em><strong>Shreveport, Louisiana</strong></em>. I'm 28 and I get paid to sit in front of a computer all day. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Daniel's First Website</title> | |
</head> | |
<body> | |
<h1>Hello World!</h1> | |
<h2>This is my first website</h2> | |
<img src="http://www.progarchives.com/progressive_rock_discography_band/290.png" alt="some_text"> |