Skip to content

Commit 2bdc9fc

Browse files
committed
aria labels
1 parent 68b7755 commit 2bdc9fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<!-- Add your HTML markup here -->
1616
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
1717
<!-- All the images you need are in the 'img' folder -->
18-
<header class="header" role="heading" aria-label="website header">
18+
<header class="header" aria-label="website header">
1919
<div class="logo">
2020
<img src="img/karma-logo.svg" alt="logo-icon" >
2121
</div>
22-
<nav class="nav-bar" role="navigation">
22+
<nav class="nav-bar" role="navigation" aria-label="navigation bar of PAGE>
2323
<ul>
2424
<li >
2525
<a href="#" id="karma" target="_blank"> Meet Karma </a>
@@ -43,7 +43,7 @@
4343
</nav>
4444
</header>
4545

46-
<main class="main" role="main">
46+
<main class="main" role="main" aria-label="main SECTION OF PAGE">
4747
<section class="section-1" role="region" aria-label="introduce Karma">
4848
<h1>Introducing karma</h1>
4949
<p>Bring Wifi with you, everywhere you go. </p>
@@ -84,7 +84,7 @@ <h2>
8484
</main>
8585

8686

87-
<footer class="footer" role="contentinfo">
87+
<footer class="footer" role="contentinfo" aria-label="footer of the webpage">
8888
<p>Join us on </p>
8989
<div>
9090
<a href="#" target="_blank"><img src="img/facebook-icon.svg" alt="facebook-icon link"></a>

0 commit comments

Comments
 (0)