answersLogoWhite

0


Best Answer

You can use the code from below example:

<TABLE BORDER=5 BORDERCOLOR=BLUE>

<TR>

<TD>Row1Column1</TD>

<TD>Row1Column2</TD>

</TR>

<TR>

<TD>Row2Column1</TD>

<TD>Row2Column2</TD>

</TR>

</TABLE>

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

You need to have an image of the rounded border and insert it with the <img> tag.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How you can create a rounded border on HTML Table?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use border in HTML?

Border can be an attribute in html. For example, in the table tag. This will put a border around the table.As another example, it can be used in the img tag.


How do you create homepage or web page from event in table format using HTML?

Homepage can be created using HTML or various other languages. &lt;table&gt; can be used to create tabular format in HTML.


How do you create rounded textbox in HTML?

That would be the job of CSS.


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.


How do you create and use an HTML table?

HTML tables are created by the &lt;table&gt; command. Inside the table we can use tags like &lt;li&gt;, &lt;ul&gt;,&lt;ol&gt; etc.


How do you turn off grid lines of tables in an HTML page for mozila browser?

in the &lt;table&gt; tag, put a border="0" (like &lt;table border="0"&gt;) - this will hide the grid in all browsers, not just in firefox


How make HTML table with CSS xhtml?

&lt;style type="text/css"&gt; .tt { border-colapse:colapse;} /* table style */ .tt td { border:1px solid green; } /* table cell style */ &lt;/style&gt; &lt;table class="tt"&gt; &lt;tr&gt;&lt;td&gt;text&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt;


Program for create a student detail in a table using HTML?

Oracle is a great program for creating a student detail in a table using HTML. One can even use a word processing platform too.


What does the HTML tag TD create?

The &lt;td&gt;&lt;/td&gt; tag creates a table data cell. This is one of the boxes within an HTML table, and it intended to hold data (as opposed to a &lt;th&gt; which represents a table heading.) Table cells are always contained within a table row &lt;tr&gt; tag.


How do you create a table using HTML?

&lt;table&gt; (in the table tag you can also put 'border=#' so that you can see lines on the table.) &lt;tr&gt; (for a row) &lt;td&gt; (for a column in the row) TEXT &lt;/td&gt; &lt;td&gt; TEXT &lt;/td&gt; &lt;td&gt; TEXT &lt;/td&gt; &lt;/tr&gt; (you've got to close these tags) &lt;/table&gt; Of course you can add more columns or rows. There is much more to tables but here's the basics.


What the major problem to create a HTML?

There are no such problems to create HTML pages. All you need to do is create an HTML document and run it on a browser.


Need of HTML?

The need of HTML is to create fancy webpages. With HTML, novice users can create webpages as well.