Creating tabs in HTML only [closed] - html

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is there is a basic way to create multiple content tabs in an HTML page without CSS and/or Javascript and/or JQuery?

I do not think it is possible. JQuery would be my best bet at doing it since implementation is easy. you can have a look at JQUERYUI. There are other javascript library that can help you easily achieve what you want. My next choice would be CSS

Related

defining mostly used class names [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a silly question but while coding a web page I'm confuse a little time defining the css class name. Would anyone provide me mostly used css class names so that I could not hesitate while making pages.
It would be okay if I got mostly used class while layout page.
I think some css-naming-conventions will help :)
you may start here and search google for more :
http://sixrevisions.com/css/css-tips/css-tip-2-structural-naming-convention-in-css/

Mac-like checkbox using Bootstrap [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I use Bootstrap, can I style my checkboxes to look like Mac ones?
I.e. http://www.flickr.com/photos/wufoo/5761838808/
Thanks
It can be really difficult to style form elements...
I use http://formalize.me to normalize for styles across browsers, and as a bonus, it contains lots of useful examples that you can modify to your liking.
This similar question How to style checkbox using CSS? suggested you use this script
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/

How to create color custom scrollbar in pure css? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Hi i am trying to create a custom scrollbar in css but I am not able to make it?
Can anybody help me ?
It is not possible to do this cross-browser with plain CSS.
As #tea-totaler has mentioned, it is however possible in Google Chrome.
It is however possible to do this using javascript/jQuery.
Here is a helpful article containing links to 10 different jQuery Custom Scrollbars:
http://www.net-kit.com/jquery-custom-scrollbar-plugins/

I have a web design layout- how do I translate it into html? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I have a web design layout but don't know how to translate it into html/CSS so that it looks exactly like the images of my layout.
You can use Adobe Photoshop. Use the slice tool to slice up your image/layout and then go to file-> Save for Web & Devices and your html/CSS code will be generated automatically

Skills required to develop html5 application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
what are the skills combination required to develop html5 application ?
HTML and javascript. If you want it to be pretty CSS would be helpful. And if you want it to be more dynamic a server side language is a must.
Personally I like Dive Into HTML5 very much.
This would be HTML5...
HTML5, Javascript and CSS.
Programming and a bit of design.