- 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
7 odpowiedzi
+ 21
Alvaro
maybe.. <table border="2">
+ 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.
+ 5
if you want to make questions as this and appear in challenges go to quizz factory and make your own quizz.
+ 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.
+ 4
@Max Newark-Symonds: What have you tried so far? With these guidelines you should be able to work it out for yourself.
0
Any ideas on the other gaps?
0
<table align=Center >