Question:

HTML Layouts....help ....correct the ff.?

by  |  earlier

0 LIKES UnLike

add or less the tag or any just correct it.... and write the correct answer...

to make an a page.... use an note pad then when you save it change the SAVE AS TYPE to ALL FILES and the name of file is layout.html

ok

<table width = "760"

<tr>

<td width = "40%">&nbsp</td>

<td width = "60%">&nbsp</td>

</tr>

<tr>

<td colspan = "2">$nbsp</td>

<td>&nbsp<td>

</tr>

</table>

**************************************...

if you finish save it....

follow above the instruction how to save...

click the file that you save

the internet will show....

the wrong work:::: it show blank or just no word

the correct work:: it show a word and at first it is secret just answer my question if you get the correct.... ok

THANK you

 Tags:

   Report

3 ANSWERS


  1. if you want to use colspan=&quot;2&quot; you need to have one &lt;td&gt; after a &lt;tr&gt;

    &lt;table width = &quot;760&quot; border=&quot;2&quot;&gt;

    &lt;tr&gt;

    &lt;td width = &quot;40%&quot;&gt;&amp;nbsp&lt;/td&gt;

    &lt;td width = &quot;60%&quot;&gt;&amp;nbsp&lt;/td&gt;

    &lt;/tr&gt;

    &lt;tr&gt;

    &lt;td colspan=&quot;2&quot;&gt;$nbsp&lt;/td&gt;

    &lt;/tr&gt;

    &lt;/table&gt;


  2. &lt;table width = &quot;760&quot;&gt;

    &lt;tr&gt;

    &lt;td width = &quot;40%&quot;&gt;&amp;nbsp&lt;/td&gt;

    &lt;td width = &quot;60%&quot;&gt;&amp;nbsp&lt;/td&gt;

    &lt;/tr&gt;

    &lt;tr&gt;

    &lt;td colspan = &quot;2&quot;&gt;&amp;nbsp&lt;/td&gt;

    &lt;td&gt;&amp;nbsp&lt;/td&gt;

    &lt;/tr&gt;

    &lt;/table&gt;

  3. Try:

    &lt;table width = &quot;760&quot; border=&quot;1&quot;&gt;

    &lt;tr&gt;

    &lt;td width = &quot;40%&quot;&gt;&amp; nbsp;&lt;/td&gt;

    &lt;td width = &quot;60%&quot;&gt;&amp; nbsp;&lt;/td&gt;

    &lt;/tr&gt;

    &lt;tr&gt;

    &lt;td colspan = &quot;2&quot;&gt;&amp; nbsp;&lt;/td&gt;

    &lt;/tr&gt;

    &lt;/table&gt;

    after each   &amp; nbsp put a ; and loose the space after the &amp;

    ps. i don&#039;t get ure question though

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions