How to make tabs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make tabs

I want to know how to make tabs with html css but no java script or Jquerry

27th Feb 2022, 4:17 PM
𝔽O𝙣🅃🅂
𝔽O𝙣🅃🅂 - avatar
9 Answers
+ 2
Thanks for giving me the idea for google I found a vid
27th Feb 2022, 6:00 PM
𝔽O𝙣🅃🅂
𝔽O𝙣🅃🅂 - avatar
+ 1
Do you know how certain websites have different words or squares that you click on and it makes you stay in the site but on a different page? Those squares are tabs
27th Feb 2022, 4:56 PM
𝔽O𝙣🅃🅂
𝔽O𝙣🅃🅂 - avatar
+ 1
You cannot do that without javascript. html is not even a programming language so it doesn't have any functions
27th Feb 2022, 5:27 PM
Toni Isotalo
Toni Isotalo - avatar
28th Feb 2022, 1:40 AM
Bob_Li
Bob_Li - avatar
+ 1
Wow this helps alot
28th Feb 2022, 1:49 AM
𝔽O𝙣🅃🅂
𝔽O𝙣🅃🅂 - avatar
0
What do you mean with "tabs"?
27th Feb 2022, 4:53 PM
PanicS
PanicS - avatar
0
What about css?
27th Feb 2022, 5:29 PM
𝔽O𝙣🅃🅂
𝔽O𝙣🅃🅂 - avatar
0
As i know "tabs" are part of browser not website, you can edit title of tab with html <title> and add icon <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> where href point to your icon path When you have links to another website you use target="_blank", so this site will open in new tab and user wont lose your site, and can easy switch back. You can look on internet about target attribute for <a> tag
27th Feb 2022, 7:50 PM
PanicS
PanicS - avatar