0
How to make tabs
I want to know how to make tabs with html css but no java script or Jquerry
9 Respuestas
+ 2
Thanks for giving me the idea for google I found a vid
+ 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
+ 1
You cannot do that without javascript.
html is not even a programming language so it doesn't have any functions
+ 1
𝔽O𝙣🅃🅂
You want internal links
https://code.sololearn.com/WGcLSr8MR4Vc/?ref=app
+ 1
Wow this helps alot
0
What do you mean with "tabs"?
0
What about css?
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