answersLogoWhite

0


Best Answer

You will really need a little more horsepower than straight HTML and CSS to pull this off. The easiest way is through the jQuery User Interface toolkit.

This is a free library that allows you to design a complete interface look and feel. You can then download the interface and embed it into your site.

http://jqueryui.com/

It's pretty easy to get nice-looking tabs this way.

I describe the process completely in my book, and I have many examples on my website you can look at whether you use the book or not:

http://www.aharrisbooks.net/jad/chap_13/

User Avatar

Wiki User

βˆ™ 14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make menu tabs with HTML and CSS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are HTML stylesheets?

HTML is a markup language and not a style sheet. CSS is the styling code used to make an HTML page look the way you want it. CSS Tutorials might help you.


How do you insert a command into a CSS file?

You cannot insert a command into CSS, you can make styles that happen in HTML.


What is css in relation to HTML?

HTML contains the content and CSS contains the formatting.


What is HTLM used for?

html is used to make websites from scratch and I think it is rely customizable when you add css...css is like html the only thing that I know it dose so far is make your html look fancy or to add billet points....one thing that they booth have in common is that they are computer programing languages


How do you set margins without CSS in HTML?

HTML does not have a built-in way to set margins without CSS. Margins are a property of Cascading Style Sheets (CSS), not of HTML. To set margins in HTML, you need to use CSS either directly in a β€œstyle” attribute of an HTML element, or by using an external CSS file linked to your HTML document.


What languages can a browser understand?

HTML, CSS, & JavaScript.


How do you set HTML side by side?

CSS works alongside HTML for complete functionality. A CSS can be embedded in HTML also.


How to create thumbnail images using HTML and css?

Thumbnail images can be made using HTML and CSS. HTML will import the image and CSS would give the thumbnail style.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


How does CSS inhance HTML?

CSS handles the presentation portion of displaying an HTML document on the web. That is to say that CSS makes things like color, size, shape, weight, etc. possible in HTML. To say that CSS "enhances" HTML, however, is an over simplification. CSS provides separate and different functionality than HTML does. HTML does not have the abilities inherent in CSS. Instead, the CSS code makes HTML code more palatable for a human user. Most web spiders, for instance, do not employ HTML fully, if at all.


How do you make a queueing system in HTML?

A queuing system is a big project to be undertaken in HTML. It will use Javascript, CSS and HTML scripting languages.


How do you make text smaller in HTML?

in css - layout font-size: 36;