answersLogoWhite

0

How make HTML table with CSS xhtml?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

<style type="text/css">

.tt { border-colapse:colapse;} /* table style */

.tt td { border:1px solid green; } /* table cell style */

</style>

<table class="tt">

<tr><td>text</td></tr>

</table>

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How make HTML table with CSS xhtml?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between XHTML and CSS?

XHTML and CSS are both languages that are used to make web pages. XHTML is very similar to HTML and serves the same purpose. XHTML &amp; HTML are both used to set the structure of the page - to define images, links, text, headlines, etc. CSS (Cascading Style Sheets) is used to define the style of the page - colors, spacing, etc. If you were to think of a web page as a person, XHTML would be the skeleton, and CSS would be the skin, clothing, make-up, etc.


What should you known to study java script?

Xhtml/html &amp; css


What are the effects of Depreciated tags on XHTML pages?

nothing at the moment, but as browsers are updated they will eventually not work in html/xhtml, css ect


How do you make a table with CSS or HTML with a height and width that won't change if text is added so it scrolls vertically?

You have to build the table in HTML, but to make scrollbars within the cells you must use JavaScript to manipulate the DOM. Neither HTML or CSS have a way to add scrollbars


Can you able to create table using css?

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


What does HTML stand for and what is it?

HTML stands for Hypertext Markup Language, and it is the most basic form of code for making a website. it uses the same format whether your using Xhtml, Html, Css, Css3, Html5, and so on...


How do you speak geek?

By knowing lots of geek languages such as HTML, xHTML, CSS, HTML5, PHP, JavaScript, Flash, jQuery, Pearl, C, C+, C++, C#.


What are the Differences between style sheet and templates?

Templates can be composed of HTML/XHTML files, images, and a CSS file. They all work together to make a site, but the CSS has the control over how it looks. A CSS file by itself is just that. A CSS file of no use until it is linked to bt web pages to use its styling properties.


How long until you can use xhtml 2 and css 3.0?

XHTML 2.0 exists, and is ready for use. CSS 2.0 is a bit recent (at the time of writing), and because of that, CSS 3.0 probably won't be coming out for awhile.


What are lists of statements that use a single location to specify how to display html and xhtml elements?

A list of statements located in a single file at a specific location that determine how the browser will display HTML or XHTML elements is called a stylesheet.The language a stylesheet is written in is called Cascading Style-Sheets, or CSS. These commands are imported or linked to by an HTML document, and the browser applies them to the elements at runtime.


What is pages written?

Do you mean "What languages are web pages written?"The most popular language is HTML (HyperText Markup Language). There is an extended version called XHTML(eXtensible HTML). Layout and style of elements are often defined by CSS (Cascading Style Sheets). Also some programming and scripting languages are used to generate HTML and XHTML code (PHP, ASP, Java, JavaScript).


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.