AgerNic.com
WEB DEVELOPER SITE, HTML, CSS, PHP, SQL

HTML Table Border


<< Previous Page
HTML comment
Next Page >>
div class container

HTML Tutorial » HTML Table Border

Study in this chapter:
1. - How do we add a border to a table in HTML?
2. - HTML table border style
3. - Table Border collapse, radius, color

The HTML border attribute specifies if a border should be displayed around the table cells or not.

We can add border="value" to an element as:
Internal Style - by using a <style> element in the <head> section
External Style - by using an external CSS file as style.css
Inline - by using the style attribute in HTML elements
Note: The border attribute of <table> is not supported in HTML5. Use CSS instead.

Syntax:

Syntax: Internal & External CSS.
table, th, td {
  border: value;

}

Inline CSS.
<table border="value">Yor text here</table>
Note: use external CSS instead.

Example:

title 1 title 2 title 3
line 2- column 1 line 2- column 2 line 2- column 3
line 3- column 1 line 3- column 2 line 3- column 3
line 4- column 1 line 4- column 2 line 4- column 3

 

Browser Support

Element chrome browser
 Chrome
ie browser
 IE
firefox browser
 Firefox
opera browser
 Opera
safari browser
 Safari
table border Yes Yes Yes Yes Yes

 

Style Table Borders

Definition and Usage:

To stylize the element we need, we set the background color for each cell and assign a blue color to the border.

Example:

<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid blue;
border-collapse: collapse;
}
th, td {
background-color: #0C6;
}
</style>
</head>
<body>

<h2>Table Style</h2>

<p>Style the table.</p>

<table style="width:99%">
<tr>
<th>First_name</th>
<th>Last_name</th>
<th>Age</th>
</tr>
<tr>
<td>JillJo</td>
<td>RoSmith</td>
<td>39</td>
</tr>
<tr>
<td>Eva-Maria</td>
<td>Jacksson</td>
<td>51</td>
</tr>
<tr>
<td>JohnDep</td>
<td>DoeJo</td>
<td>43</td>
</tr>
</table>

</body>
</html>

Related subjects:
HTML Table Style HTML Table Color Table HTM

 

Round Table Borders

border-radius property, the borders table gets rounded corners:

<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid blue;
border-radius: 6px;
}
th, td {
background-color: #0C6;
}
</style>
</head>
<body>

<h2>Table border radius</h2>

<p>Table border radius 6px</p>

<table style="width:99%">
<tr>
<th>First_name</th>
<th>Last_name</th>
<th>Age</th>
</tr>
<tr>
<td>JillJo</td>
<td>RoSmith</td>
<td>39</td>
</tr>
<tr>
<td>Eva-Maria</td>
<td>Jacksson</td>
<td>51</td>
</tr>
<tr>
<td>JohnDep</td>
<td>DoeJo</td>
<td>43</td>
</tr>
</table>

</body>
</html>

 

Tags: Border without css, attribute, color style, collapse, radius, none, inline, color without css

 

Border Color

border-color property, set the color of the border.

Example:

<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border-style:solid;
border-color: #96D4D4;
}
th, td {
background-color: #0C6;
}
</style>
</head>
<body>

<h2>Table border color</h2>

<p>Table border radius 6px</p>

<table style="width:99%">
<tr>
<th>First_name</th>
<th>Last_name</th>
<th>Age</th>
</tr>
<tr>
<td>JillJo</td>
<td>RoSmith</td>
<td>39</td>
</tr>
<tr>
<td>Eva-Maria</td>
<td>Jacksson</td>
<td>51</td>
</tr>
<tr>
<td>JohnDep</td>
<td>DoeJo</td>
<td>43</td>
</tr>
</table>

</body>
</html>

 

Summary of description

 

<< Previous Page
HTML Button Style
Next Page >>
HTML Button Action

 



Border without CSS, attribute, color, style, collapse, radius, none, inline, color without CSS
HTML Table Border - html tutorial

Online Editor
ONLINE EDITOR

news templates


COLOR PICKER

news templates
This tool makes it easy to create, adjust, and experiment with custom colors for the web.


HTML Templates
news templates
Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.


CSS HTML Layout
news templates
Find here examples of creative and unique website layouts.


Free CSS HTML Menu
news templates
Find here examples of creative and unique website CSS HTML menu.


HTML Img Background
HTML Image Link
HTML Image Size
HTML Text Style
HTML Text Align
HTML Text Size
HTML Text Color Style
HTML Text Color
HTML Table Color
HTML Table Row Colspan
HTML Table Width
HTML Table Style
HTML Table Border
HTML Table
HTML Font Face
HTML Font Size
HTML Font Color
HTML Headings
HTML div border color
HTML div class
HTML class container
HTML form action
HTML comment
HTML link new tab
HTML link underline
HTML link tag
HTML button action
HTML button onclick
HTML button link
HTML table style
HTML image
HTML colors
HTML div style
Text, paragraf in HTML
HTML Tags Attributes
HTML - Elements
HTML Introduction
Home HTML Tutorial
Online Editor
ONLINE EDITOR

news templates


COLOR PICKER

news templates
This tool makes it easy to create, adjust, and experiment with custom colors for the web.


HTML Templates
news templates
Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.


CSS HTML Layout
news templates
Find here examples of creative and unique website layouts.


Free CSS HTML Menu
news templates
Find here examples of creative and unique website CSS HTML menu.


Error: Unable to connect to MySQL. Debugging errno: 1045 Debugging error: Access denied for user 'u142985959_ager'@'localhost' (using password: YES)