<html>
<head>
<title> Sheldon Cooper </title>

<meta name:'Keywords' content='Web Developer, App Developer'>

<meta name:'interests' content='Vegetarianism, Minimalism, MTB, Basketball, Tennis'>

</head>
<body>

<img src:'Unsplash'>


<div>
<h1> Software </h1>

<label> Atom </label>

<label> Notepad ++ </label>

<label> Sublime Text </label>
</div>
<div>
<h1> Programming Languages </h1>
<?php

echo "PHP";
echo "Java";
echo "Python";

?>
</div>
<adress> Toronto, Ontario, Canada. </adress>
<footer> Since 1977. Design by BlackFax </footer>
</body>
</html>