diff options
author | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-03 21:06:37 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-03 21:18:14 +0430 |
commit | e9539d209e9c2e387c0379a28f7d90081daf4f34 (patch) | |
tree | 6fe12398cc8545444e9d1f9344ff370a228d81bf /index.html | |
parent | ff99bbcc78c7f96cfd4b78622971b2574b71755e (diff) |
Fix footers in HTML
* Wrap in <footer> tag
* Add ARIA role
* Add ID's so they can be referenced to via anchors
* Fixed typo in head
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -120,32 +120,6 @@ git branch -b my-fix</code></pre> </li> </ol> </section> - - <section> - <footer role="contentinfo" class="button"> - <div> - <h3>head 1</h3> - <ul> - <li><a href="#">link 1</a></li> - <li><a href="#">link 2</a></li> - </ul> - </div> - <div class="foot-col-mid"> - <h3>head 2</h3> - <ul> - <li><a href="#">link 1</a></li> - <li><a href="#">link 2</a></li> - </ul> - </div> - <div> - <h3>head 3</h3> - <ul> - <li><a href="#">link 1</a></li> - <li><a href="#">link 2</a></li> - </ul> - </div> - - </footer> </div> </body> </html> |