Do many browsers not support the bordercolorlight and bordercolordark attributes of tables?_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:50:48
Original
1175 people have browsed it

The video tutorial asked me to complete a three-dimensional form. I typed according to the code, and there was no change when browsing in the 360 ​​browser. I checked for half an hour and found nothing wrong. Finally, I changed the browser to check the effect. , the results are displayed in a variety of ways.
This is the exercise to be completed:




The above is the browsing effect of different browsers. Is it true that the browser does not support it? This attribute?


Reply to discussion (solution)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>凸起表格</title></head><body>	<table >        <tr>            <td>网站建设</td>            <td>影视广告</td>            <td>网络编程</td>        </tr>        <tr>            <td>前台美工</td>            <td>平面广告</td>            <td>网络安全</td>        </tr>        <tr>            <td>后台程序</td>            <td>影视广告</td>            <td>软件开x发</td>	</table></body></html>
Copy after login

Sorry, it is not available or posted on the two floors above The code is wrong, the code delivered by this building:

<table border="1" width="600"  cellpadding="5" bordercolorlight="black" bordercolordark="white" bgcolor="gray">				<tr>					<td>网站建设</td>					<td>影视广告</td>					<td>网络编程</td>				</tr>				<tr>					<td>前台美工</td>					<td>平面广告</td>					<td>网络安全</td>				</tr>				<tr>					<td>后台程序</td>					<td>影视广告</td>					<td>软件开发</td>			</table>
Copy after login

is not supported
http://blog.csdn.net/linux7985/article/details/5913825

No Support, this attribute is generally not commonly used, it can be said to be very unpopular

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template