Question 3
Consider the following HTML code and select the correct rendered output from the following.
<!DOCTYPE html><html lang="en"><head> <title>Document</title></head><body> <table border="2"> <tr> <th>One</th> <td>Four</td> </tr> <tr> <th> Two</th> <td> Three</td> </tr> </table></body></html>