You should maintain hierarchical indentation throughout all your HTML code:
|
<body> |
|
<h1>My name is Jonah Orbach. I'm a 19 year old Music student on a 6 month exchange from Melbourne, Australia.</h1> |
|
<p>I'm doing a Bachelor of Music, studying Music Research. I listen to a lot of different music but have a keen interest in Hip-Hop, electronic, Jazz and Soul. </p> |
|
<p>I'm also very into photography and Fashion, and do modelling work for High Fashion and Streetwear brands in Australia.</p> |
|
|
|
<img src="PhotoofMe.jpg" alt="Jonah Gabriel"> |
|
<p> |
|
<a href="https://www.mcgill.ca/study/2018-2019/courses/mumt-301">Music and The Internet</a> |
|
<a href="https://www.mcgill.ca/study/2017-2018/courses/muhl-186">Western Musical Traditions</a> |
|
<a href="https://www.mcgill.ca/study/2018-2019/courses/musr-200">Audio Recording Essentials</a> |
|
<a href="https://www.mcgill.ca/study/2018-2019/courses/muco-341">Digital Recording Studios</a> |
|
</p> |
|
|
|
<p> |
|
<a href="https://github.com/mumt301/mbadea">mbadea</a> |
|
<a href="https://github.com/mumt301/gvigliensoni">gvigliensoni</a> |
|
<a href="https://github.com/mumt301/mguvendiren">mguvendiren</a> |
|
<a href="https://github.com/mumt301/radamian">radamian</a> |
|
|
|
</p> |
|
<h1> |
|
<a href="assignments.html">Assignments</a> |
|
</h1> |
|
</body> |
You should maintain hierarchical indentation throughout all your HTML code:
jorbach/index.html
Lines 5 to 28 in d0944e8