8.Design the page as follows, using table colspan

8.Design the page as follows:










program:-

<!doctype html>
<html>
<head>
</head>
<body>
<table border="1">
     <tr>
          <caption> the batMobile</caption>
               <th>special equipment</th>
               <th  colspan="2">specificactions/perfomance

data</th>
           </tr>
           <tr>
                   <td>retractable protective armor</td>
                    <td>engine type</td>
                     <td>jet turbine</td>
             </tr>
              <tr>
                    <td>weapons System</td>
                    <td>thurst</td>
                    <td>150ibs@<br>103%Ros</td>\
             </tr>
                   <td>insturuments-aircroft w/on-borderd

computer</td>
                    <td>torque</td>
                    <td>1750ibs/ft</br>@98.7%ROs</td>
              <tr>
              <th rowspan="10">
<img src="mkb.jpg"width="450px"

hight="450px"></th>
             <tr>
                   <td>0 to 60mph></td>
                   <td>3.7secd</td>
                </tr>
               <tr>
                   <td>top speed</td>
                   <td>unknown</td>
               </tr>
                 <tr>
                     <td>break rating</td>
                      <td>excellent</td>
                </tr>
                 <tr>
                 <td>wheel base</td>
                      <td>141.0in</td>
                </tr>
                <tr>
                  <td>length</td>
                  <td>260.7in</td>
                </tr>
                <tr>
                  <td>width</td>
                  <td>94.4in</td>
                </tr>
               <tr>
                  <td>height</td>
                  <td>51.2in</td>
                </tr>
               <tr>
                  <td>weels</td>
                  <td>cast alloy.15*6.5</td>
                </tr>
               <tr>
                  <td>fuel requirements</td>
                  <td>hyight oct97%special</td>
                </tr>
 </table>
</html>

output:-

\
the batMobile
special equipmentspecificactions/perfomance data
retractable protective armorengine typejet turbine
weapons Systemthurst150ibs@
103%Ros
insturuments-aircroft w/on-borderd computertorque1750ibs/ft
@98.7%ROs

0 to 60mph>3.7secd
top speedunknown
break ratingexcellent
wheel base141.0in
length260.7in
width94.4in
height51.2in
weelscast alloy.15*6.5
fuel requirementshyight oct97%special

Comments

Popular posts from this blog

6.Create a help file as follows using frameset concept

2. Illustrate font variations in your HTML code.

jquery lab programs 1&2