My Portfolio in HTML Code
<?php require_once "start.php"; ?>
<!DOCTYPE html>
<html lang="en"><!-- start » html -->
<head><!-- start » head -->
<title>HTML Portfolio</title>
<meta name="language" content="de (Deutsch), en (English)">
<meta name="description"content="My Portfolio in HTML Code">
<meta name="author" content="Shantia Avesta">
<meta name="designer" content="Shantiadesign">
<meta name="city" content="Dortmund">
<meta name="country" content="Germany">
<meta name="online" content="@avestaman">
<meta name="contact" content="+4917659350300">
<style>
.age { content: "15709 days"; }
.body { width: auto !important; height: 178cm; weight: 90kg; }
.hair { color: #160F0A; visibility: collapse; }
.gender { content: "male"; }
.photo { display: none; }
</style>
<script>function do_somthing(){ return false; }</script>
</head><!-- end » head -->
<body><!-- start » body -->
<main id="aboutme"><!-- start » main -->
<h1>
Welcome
</h1><p>
_
</p></main><!-- end » main -->
<aside id="others"><!-- start » aside -->
<h2>
Hobbies
</h2><ul id="hobbies">
<li class="second">Programming</li>
<li class="second">Design</li>
<li class="first_">Philosophy</li>
<li class="second">Soccer</li>
</ul>
</aside><!-- end » aside -->