Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
31 changes: 16 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Debugging HTML Practice
<meta CHARSET="UTF-8">
<title>Debugging HTML Practice</title>
</head>
<body>
<div class='profile'>
<h6>Profile Name</h6>
<div class='address'>Address</div>
<h1>Profile Name</h1>
<div class='address'>
Address
</div>

<div class='contact'>
<strong>Email:</strong> <a href='mailto:firstname@surname.com'>firstname@surname.com</a>
</div>
<div>
<strong>Telephone:</strong> 0207 955 3705
</div>

<div class='categories'>
<h2>Categories</h2>
<li>
<ul>Lorem ipsum</ul>
<ul>dolor sit</ul>
<ul>amet</ul>
<ul>dolor sit</ul>
</li>
<ul>
<li>Lorem ipsum</li>
<li>dolor sit</li>
<li>amet</li>
<li>dolor sit</li>
</ul>
</div>

</div>

<div id='biography'>
Expand All @@ -51,8 +53,8 @@ <h2>Categories</h2>
<div class='footer'>

<div class='footer-3-wide'>
<ul>
<ol>
<li>
<a href='https://www.example.com/' target='_blank'>
Lorem ipsum dolor sit amet
</a>
Expand All @@ -71,8 +73,7 @@ <h2>Categories</h2>
<a href='https://www.example.com/' target='_blank'>
Lorem ipsum dolor sit amet
</a>

</ul>
</ol>
</div>

</div>
Expand Down