table border css
CSS
table, th, td {
border: 1px solid black;
}#customers td, #customers th {
border: 1px solid #ddd;
padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}<html>
<head>
<title>Working with HTML Tables</title>
</head>
<body>
<table> <!-- create an table object -->
<tr> <!-- "tr" represents a row -->
<th>Name</th> <!-- use "th" to indicate header row -->
<th>Date of Birth</th>
<th>Weight</th>
</tr>
<tr> <!-- once again use tr for another row -->
<td>Mary</td> <!-- use "td" henceforth for normal rows -->
<td>12/13/1994</td>
<td>130</td>
</tr>
</table>
</body>
</html>
Also in CSS:
- Title
- get rid of arrows number input
- Category
- CSS
- Title
- border-box css
- Category
- CSS
- Title
- dont break word css
- Category
- CSS
- Title
- how to use a blank space with grid template areas css
- Category
- CSS
- Title
- html center video
- Category
- CSS
- Title
- how to change the size of something on hover in css
- Category
- CSS
- Title
- responsive navbar
- Category
- CSS
- Title
- center div in middle of page
- Category
- CSS
- Title
- remove border select css
- Category
- CSS
- Title
- css make input unselectable
- Category
- CSS
- Title
- how to apply a border box css
- Category
- CSS
- Title
- css id selector
- Category
- CSS
- Title
- css background image responsive
- Category
- CSS
- Title
- mettre image in the background
- Category
- CSS
- Title
- hide number input arrows
- Category
- CSS
- Title
- how to change hyperlink color in css
- Category
- CSS
- Title
- css last child
- Category
- CSS
- Title
- css background color
- Category
- CSS
- Title
- css transition opacity
- Category
- CSS
- Title
- css overflow hide scrollbar when not needed
- Category
- CSS
- Title
- ::-ms-clear
- Category
- CSS
- Title
- absolute path and relative path
- Category
- CSS
- Title
- add own image in cursor using css
- Category
- CSS
- Title
- css scale
- Category
- CSS
- Title
- wrapper html
- Category
- CSS
- Title
- CSS make image fill whole background
- Category
- CSS
- Title
- laavel relation through morph
- Category
- CSS
- Title
- css wrap text to next line
- Category
- CSS
- Title
- nth-child() css
- Category
- CSS
- Title
- typescript not supporting scss
- Category
- CSS
- Title
- css keep image aspect ratio
- Category
- CSS
- Title
- css animate flashing
- Category
- CSS
- Title
- stop padding from changing div size
- Category
- CSS
- Title
- what does flex do
- Category
- CSS
- Title
- css click event jquery
- Category
- CSS
- Title
- css background image size
- Category
- CSS
- Title
- css keep background image from scrolling
- Category
- CSS
- Title
- most essential css elements
- Category
- CSS
- Title
- target css by form name
- Category
- CSS
- Title
- css flex vertical align
- Category
- CSS
- Title
- css tricks media queries
- Category
- CSS
- Title
- center h1 css
- Category
- CSS
- Title
- css font-size
- Category
- CSS
- Title
- show folder in finder usig terminal
- Category
- CSS
- Title
- how to link your css file to html
- Category
- CSS
- Title
- stop the client from scrolling
- Category
- CSS
- Title
- line height negative css
- Category
- CSS
- Title
- react import css
- Category
- CSS
- Title
- css hover effects
- Category
- CSS
- Title
- how to change color of svg with css
- Category
- CSS
- Title
- add background image css
- Category
- CSS
- Title
- scss hover
- Category
- CSS
- Title
- installer scss projet wordpress
- Category
- CSS
- Title
- scale an image css
- Category
- CSS
- Title
- vertical align h1 inside div
- Category
- CSS
- Title
- centrer verticalement css
- Category
- CSS
- Title
- css align text
- Category
- CSS
- Title
- sass to scss
- Category
- CSS
- Title
- css doesnt update
- Category
- CSS
- Title
- change background input css
- Category
- CSS
- Title
- css backgroud position
- Category
- CSS
- Title
- how to display text in css
- Category
- CSS
- Title
- how to margin placeholdr text
- Category
- CSS
- Title
- word wrap css
- Category
- CSS
- Title
- how to make text wrap on overfloe with css
- Category
- CSS
- Title
- flex align top css
- Category
- CSS
- Title
- tab link class in html
- Category
- CSS
- Title
- scss react
- Category
- CSS
- Title
- add css to an html file
- Category
- CSS
- Title
- how to center align the html element in css examples
- Category
- CSS
- Title
- css circle with overlay
- Category
- CSS
- Title
- how to change only bullet color in css
- Category
- CSS
- Title
- input uppercase with css
- Category
- CSS
- Title
- how many fonts can i add in a css font-face
- Category
- CSS
- Title
- css class
- Category
- CSS
- Title
- css transition on hover
- Category
- CSS
- Title
- how to use hover in css
- Category
- CSS
- Title
- html css javascript
- Category
- CSS
- Title
- image shadow css
- Category
- CSS
- Title
- how do I add a vertical margin in css
- Category
- CSS
- Title
- how to move block elements in css
- Category
- CSS
- Title
- css round outline
- Category
- CSS
- Title
- smooth scroll css
- Category
- CSS
- Title
- css text strike
- Category
- CSS
- Title
- vertical multi color border css
- Category
- CSS
- Title
- what is css
- Category
- CSS
- Title
- display table css
- Category
- CSS
- Title
- .alert-validation css
- Category
- CSS
- Title
- css underline thickness
- Category
- CSS
- Title
- link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"
- Category
- CSS
- Title
- display flex css
- Category
- CSS
- Title
- tzutc
- Category
- CSS
- Title
- scroll snap css
- Category
- CSS
- Title
- css push div down
- Category
- CSS
- Title
- custom border css
- Category
- CSS
- Title
- css keyframes
- Category
- CSS
- Title
- how to use direct child for ol in css
- Category
- CSS
- Title
- border radius css
- Category
- CSS
- Title
- text unselectable css
- Category
- CSS
- Title
- custom checkbox with image css
- Category
- CSS