please tell me please help me
Answers
Explanation:
<html>
<head>
<title>Computer Assignment</title>
</head>
<body>
<table border="5">
<tr>
<th>CSS Property</th>
<th>Internet Explorer</th>
<th>FireFox</th>
<th>Chrome</th>
<th>Safari</th>
<th>Opera</th>
</tr>
<tr>
<th>Border Radius</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
</Tr>
<tr>
<th>Box Shadow</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
</Tr>
<tr>
<th>CSS Animation</th>
<th>NO</th>
<th>NO</th>
<th>YES</th>
<th>YES</th>
<th>NO</th>
</Tr>
</table>
</body>
</html>
Explanation:
<html>
<head>
<title>Computer Assignment</title>
</head>
<body>
<table border="5">
<tr>
<th>CSS Property</th>
<th>Internet Explorer</th>
<th>FireFox</th>
<th>Chrome</th>
<th>Safari</th>
<th>Opera</th>
</tr>
<tr>
<th>Border Radius</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
</Tr>
<tr>
<th>Box Shadow</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
<th>YES</th>
</Tr>
<tr>
<th>CSS Animation</th>
<th>NO</th>
<th>NO</th>
<th>YES</th>
<th>YES</th>
<th>NO</th>
</Tr>
</table>
</body>
</html>
Answer:
Explanation: