Skip to content

Commit 9236cef

Browse files
committed
includes a semantic <address> tag for contact details
1 parent dcfcb65 commit 9236cef

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ <h2>What is a Branch in Git?</h2>
6060
</main>
6161
<footer>
6262
<p>&copy; 2026 Wireframe Web Development Coursework. All rights reserved.</p>
63-
64-
</p>
63+
<address>
64+
Contact us: <a href="mailto:carolina@example.com">carolina@example.com</a>
65+
</address>
66+
<p>Follow us on <a href="https://www.linkedin.com/in/carolina-example/">LinkedIn</a></p>
6567
</footer>
6668
</body>
6769
</html>

0 commit comments

Comments
 (0)