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?
<!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>
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>
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