http 3a 2f 2fwww w3 org 2f1999 2fxhtml

Solutions on MaxInterview for http 3a 2f 2fwww w3 org 2f1999 2fxhtml by the best coders in the world

showing results for - "http 3a 2f 2fwww w3 org 2f1999 2fxhtml"
Lennard
09 Jul 2019
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3<head>
4  <style type="text/css">
5    table { height:100%;background:yellow; }
6  </style>
7</head>
8<body>
9  <table>
10    <tbody>
11      <tr><td>How tall is this?</td></tr>
12    </tbody>
13  </table>
14</body>
15</html>
16
Zebulon
17 Nov 2018
1<html>
2<head>
3  <style type="text/css">
4    table { height:100%;background:yellow; }
5  </style>
6</head>
7<body>
8  <table>
9    <tbody>
10      <tr><td>How tall is this?</td></tr>
11    </tbody>
12  </table>
13</body>
14</html>
15