Skip to content

Instantly share code, notes, and snippets.

@jniziol
Last active February 8, 2018 19:50
Show Gist options
  • Save jniziol/af268eeb53450deb6a8af965e8783d85 to your computer and use it in GitHub Desktop.
Save jniziol/af268eeb53450deb6a8af965e8783d85 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<h1>Welcome to My Homepage</h1>
<div class="intro">
<p class="name">My name is Donald Duck</p>
<p>I live in Duckburg</p>
<p>I have many friends:</p>
<span><b>Spiderman is not one of them</b></span>
</div>
<ul id="Listfriends">
<li>thor</li>
<li>spiderman</li>
</ul>
<ul>
<li>Goofy</li>
<li>Micky</li>
</ul>
<p>All my friends are great!<br> But I really like Daisy!!</p>
<p lang="it" title="Hello beautiful">Ciao bella</p>
<h3>We are all animals!</h3>
<p><b>My latest discoveries have led me to believe that we are all animals:</b></p>
<table>
Name Type of Animal Mickey Mouse Goofey Dog Daisy Duck Pluto Dog
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment