0% found this document useful (0 votes)
19 views9 pages

X 28

Uploaded by

hlemorvan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
19 views9 pages

X 28

Uploaded by

hlemorvan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 9
2ert12023 00:33, HTML Table Borders 3 w Tutorialsy —Exercisesw Servicese§ QO Log in schools HTML Table Borders [crv] Looe | HTML tables can have borders of different styles and shapes. How To Add a Border To add a border, use the CSS border property on table, th, and td elements: Example table, th, td { border: 1px solid black; ? Collapsed Table Borders To avoid having double borders like in the example above, set the CSS border- collapse property to collapse. nitpsilmww:vdschools commit table_porders.asp 9 2ert12023 00:33, HTML Table Borders 3 w Tutorialsy —Exercisesw Servicese§ QO Log in schools Example table, th, td { border: 1px solid black; border-collapse: collapse; + Style Table Borders If you set a background color of each cell, and give the border a white color (the same as the document background), you get the impression of an invisible border: Example nitpsilmww:vdschools commit table_porders.asp 219 2ert12023 00:33, HTML Table Borders 3 w Tutorialsy —Exercisesw Servicese§ QO Log in th, td { background-color: #96D4D4; + Round Table Borders With the border-radius property, the borders get rounded corners: CCC) CCC) COC OC) Example table, th, td { border: 1px solid black; border-radius: 1@px; ? Skip the border around the table by leaving out table from the css selector: Example nitpsilmww:vdschools commit table_porders.asp a9 2ert12023 00:33, HTML Table Borders 3 w Tutorialsy —Exercisesw Servicese§ QO Log in schools Dotted Table Borders With the border-style property, you can set the appearance of the border. The following values are allowed * dotted * dashed * solid * double + groove + ridge + inset + outset * none * hidden Example th, td { border-style: dotted; + nitpsilmww:vdschools commit table_porders.asp 49 2ert12023 00:33, HTML Table Borders 3 WW tutoriaisy Exercises» Servicessy§ Q 0 schools SQL. PYTHON JAVA PHP WTO Example th, td { border-color: #960404; HTML Exercises Exercise: Use the correct CSS border values to create a solid black 3 pixels border on a table element. table, th, td { border: 3 nitpsilmww:vdschools commit table_porders.asp 59 2ert12023 00:33, HTML Table Borders 3 WW tutoriatsy Exercises» Servicesy Q 0 schools Ms. Get Certified (erta oleate) (aaa COLOR PICKER nitpsilmww:vdschools commit table_porders.asp Log in [vee | as 2ert12023 00:33, HTML Table Borders 3 w Tutorialsy —Exercisesw Servicese§ QO Log in schools as Create Wg c=) Website Dee act eres Pies ans Pl 0s w SPACES UPGRADE NEWSLETTER schools GET CERTIFIED REPORT ERROR Top Tutorials nitpsilmww:vdschools commit table_porders.asp 119 2ert12023 00:33, HTML Table Borders 3 WW tutoriaisy — Brercisese Servieesey Q O SignUp Login schools = CSS JAVASCRIPT SQL. PYTHON JAVA” PHP-—«S HOWTO W3.CSS_— CC W3.cSS Tutorial Bootstrap Tutorial PHP Tutorial Java Tutorial C++ Tutorial jQuery Tutorial Top References HTML Reference SS Reference JavaScript Reference SQL Reference Python Reference W3.CSS Reference Bootstrap Reference PHP Reference HTML Colors Java Reference ‘Angular Reference jQuery Reference Top Examples Get Certified HTML Examples HTML cerifiate 5S Examples CSS Certiicate JavaScript Examples JavaScript Certificate How To Examples Front End Certificate SQL Examples SQL Certificate Python Examples Python Certificate W2.CSS Examples PHP Certificate Bootstrap Examples Query Certificate PHP Examples ‘Java Certificate Java Examples c+ centifcate XML Examples Ch certicate ‘Query Examples XML Certificate G@ @ ® © Forum asour W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning Tutorials, references, and examples are constantly reviewed to avold errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy. Copyright 1999-2023 by Refsnes Data. All Rights Reserved. W3Schools is Powered by htipsuwaew.wdechools.comihtmi/niml table_borders. asp as 2ert12023 00:33, HTML Table Borders 3 w Tutorials» —Exercisese Servicese§ QU O SignUp Login schools = CSS JAVASCR SQL PYTHON JAVA PHP = HOWTO. —-W3,CSS_—C htipsuwaew.wdechools.comihtmi/niml table_borders. asp a9

You might also like