
Social links profile with TailwindCSS
Design comparison
Solution retrospective
what semantic html tags are better for something like location (e.g London, United Kingdom) or social profile links ?
Community feedback
- @xNyfPtxPosted 8 months ago
There isn't really an HTML tag specifically for location. Best thing we have is the
<p>
. There is a<time>
tag though. For the social profile links, you can just use the<a>
tag, if it is multiple, nest the links inside a list.0@ARiYaNSEp0-0Posted 8 months ago@geomydas thanks for your feedback my friend. that is a good solution too and one another is using address tag and article for this cases it's just some contact information of document/article owner.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord