answersLogoWhite

0

You can style a table in CSS, HTML is what you would use to create it though.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

What does a CSS table have to do with HTML?

HTML is a markup language used when one wants to create a website. Cascading style sheets or CSS is a style sheet language that one can use with HTML to create different kind of tables and pictures to the web page. Using CSS is easier than using HTML when creating tables for a website. It also makes updating the page easier.


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.


How can you align images to the right of a table using css tag?

In your CSS document, use the float attribute with your img tag. For example: img.example { float:right; }


What are some advanages and disadvanages of CSS?

The advantage of using CSS is it's wide variety of styling in webpages. It gives you the authority to create whatever you want.


What solves many of the problems which developers had with HTML?

Actually HTML gave the power to the programming world to create web pages using a simple textual English like programming language to create static web pages. Since the language resembles English in many aspects it is not considered a full fledged programming language and is considered a mark up language. HTML gave us the power to create simple to medium web pages in a short time frame without much limitations of having to know a technology in depth to code in it. Almost all web sites today in some way or the other use the features of HTML to display contents on their page.

Related Questions

How do you change the CSS for a table?

The table tag will have a class associated with it, there you can find which css class it is using. Then go into style sheet and adjust the styles you would like reflected in table.


What does a CSS table have to do with HTML?

HTML is a markup language used when one wants to create a website. Cascading style sheets or CSS is a style sheet language that one can use with HTML to create different kind of tables and pictures to the web page. Using CSS is easier than using HTML when creating tables for a website. It also makes updating the page easier.


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.


How can you align images to the right of a table using css tag?

In your CSS document, use the float attribute with your img tag. For example: img.example { float:right; }


What are some advanages and disadvanages of CSS?

The advantage of using CSS is it's wide variety of styling in webpages. It gives you the authority to create whatever you want.


What solves many of the problems which developers had with HTML?

Actually HTML gave the power to the programming world to create web pages using a simple textual English like programming language to create static web pages. Since the language resembles English in many aspects it is not considered a full fledged programming language and is considered a mark up language. HTML gave us the power to create simple to medium web pages in a short time frame without much limitations of having to know a technology in depth to code in it. Almost all web sites today in some way or the other use the features of HTML to display contents on their page.


What do you use to configure the cell padding of a table?

To configure the cell padding of an HTML table using CSS, you use the CSS padding property (or the padding-top, padding-right, padding-bottom, and padding-left properties) on table cells. For example, if I wanted 10px of cellpadding, I would have the following CSS rule: td { padding: 10px; }


How do you create a drop down menu in CSS?

To create a drop down menu in CSS, use a series of nested


How do you install CSS on Vista?

You don't install CSS onto your computer. CSS is programming langauge, which is programmed by an individual. CSS is used to create styling on a website. To create CSS you would normally install a text editor and link your XHTML file(s) to the CSS file. For this reason CSS can programmed on any operating system, including Vista.


What causes adjacent rows to have different formatting so that each row in table is distinguished from surrounding rows?

You can do this by using the :nth-child() pseudo-class in CSS. Your CSS would look something similar to this: table { background-color:white;} table tr:nth-child(2n+1) { background-color:grey;} To see an example of this at work, check the related jsFiddle.


How do you make a CSS template from a PSD file?

At present Photoshop does not support CSS when rendering a .psd file to HTML. The only way to use a .psd in web design is to create the image you want displayed (navigation and all) and to then "slice" it in Photoshop. A great tutorial on this is the div tutorial at this site: [http://celestial-star.net] Once you have created the sliced table of images, CSS can then be hard coded to replace the table, this task though would be a challenge for an expert CSS writer. you can also import that PSD file into fireworks and slice in in fireworks and export it as CSS and images


How do you make div by using css?

You can make CSS inside a div but not div in CSS. CSS inside div could be done by : <do=iv style="">.