Add first HTML practice

This commit is contained in:
2021-09-21 20:35:18 +02:00
parent 3485cb57d6
commit 7ae05792eb
5 changed files with 100 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Studies</title>
</head>
<body>
<h1>Nicolás A. Ortega Froysa</h1>
<p><a href="index.html" >Home</a> | <a href="personal-information.html" >Personal Information</a> | <a href="studies.html" >Studies</a> | <a href="experience.html" >Experience</a> | <a href="contact.html" >Contact</a></p>
<hr />
<h2>Studies</h2>
<h3>International Baccalaureate</h3>
<p><i>Graduate of 2015</i></p>
<p>Higher level exams in Economics, English, and Spanish.</p>
</body>
</html>