Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Social Media Link Semantics | NAV or not - Kevin Powell - Community
KP-C
Kevin Powell - Community
โข
10mo ago
โข
3 replies
Ares
Social Media Link Semantics | NAV or not
Hello
!
It
's very common for a footer or somewhere on a hompeage to have a list of social
-media links
. I was wondering if it is semantically correct to wrap these in a nav tag or if the nav element is only for internally navigation
.
Option 1
?
<nav
>
<ul
>
<li
>
<a href
=
"
"
>ETC
<
/a
>
<
/li
>
<
/ul
>
<
/nav
>
Option 2
?
<ul aria
-label
=
"social media links
"
>
<li
>
<a href
=
"
"
>ETC
<
/a
>
<
/li
>
<
/ul
>
Or more options
Thanks for the help
!
Kevin Powell - Community
Join
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time ๐.
36,263
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Em or rem in media queries
KP-C
Kevin Powell - Community / help
3mo ago
2 elements in header: <nav> + <div>. Can I perfectly center the nav or it will be slightly off?
KP-C
Kevin Powell - Community / help
4mo ago
section tag vs article tag in semantics HTML
KP-C
Kevin Powell - Community / help
11mo ago
How do we store user-uploaded photos in a social media app in express.js?
KP-C
Kevin Powell - Community / help
8mo ago