- 3

This question

<html> <head><title>My Page</title><____> <body> <table ___="___"> <tr><td> <ul> <li>item</li> <__> </td></tr> <____> ______ </html> WHAT GOES IN THE SPACES PLEASE IN ORDER PLEASE AS WELL

23rd Mar 2017, 6:44 PM
Max Newark-Symonds
7 Answers
+ 21
Alvaro maybe.. <table border="2">
23rd Mar 2017, 7:43 PM
niteOwLTwO
niteOwLTwO - avatar
+ 5
First of all, bear in mind that every opening tag must have a corresponding closing tag –e.g. <a></a> Tags must be properly nested –i.e. <a><i></i></a> is valid, but <a><i></a></i> is not. Last but not least, you must have omitted something in the question about the table... I don't know what should go in the <table...> tag.
23rd Mar 2017, 7:19 PM
Álvaro
+ 5
if you want to make questions as this and appear in challenges go to quizz factory and make your own quizz.
24th Mar 2017, 9:33 PM
Shehab Amr
Shehab Amr - avatar
+ 4
@Randall Young: could be. But it could be also <table align="center"> or <table bgcolor="#aabbcc">... https://www.w3schools.com/tags/tag_table.asp IMHO many possibilities are suitable without a precise requirement.
23rd Mar 2017, 7:55 PM
Álvaro
+ 4
@Max Newark-Symonds: What have you tried so far? With these guidelines you should be able to work it out for yourself.
24th Mar 2017, 5:31 AM
Álvaro
0
Any ideas on the other gaps?
23rd Mar 2017, 8:17 PM
Max Newark-Symonds
0
<table align=Center >
7th Feb 2020, 7:00 AM
RameshKumar Subramaniyam
RameshKumar Subramaniyam - avatar