HTML TUTORIAL Pt 2

Example 3: Codes for Embedding, HTML Tables and Font tags put Together
<!DOCTYPE html>
<html lang="en-US">
<html>
<head>
<link rel="icon"
type="image/png"
href="myFavicon.png">
<title> Introduction to Web Design  |  This is the title bar </title>
</head>
<body><body bgcolor="violet">
<table border="1" width="300" height="" bgcolor="WHITE"><!---- Table Opened d >
<tr><!---- Table Row opened >
<th>  First Column </th><!-------Header cell>
<th>Second  Column</th>
</tr><!---- Table Row Closed >

<tr><!---- Table Row Opened >
<td>Cool Fm</td>                             <!-------Table  cell>
<td>Mr.MDEE</td>
</tr><!---- Table Row Closed >
<tr><th colspan = "3"> Fruit Juice Drinks </th>
</tr>
</table>
<br/>
<table border="border " bgcolor="#333333" color="yellow">
<tr><th colspan = "3"> Fruit Juice Drinks </th></tr>
<tr>
<th> Orange </th>
<th> Apple </th>
<th> Screwdriver </th>
</tr>
</table><!---- Table  Closed >

<br/>
<font face="Monotype Corsiva"  color="green"><p>The text will have a font style of Monotype Corsiva in colour GREEN ..............</p>
<Center >
<table border="border" width="950" height="" bgcolor="WHITE">
            <tr><th>S/NO</th>
                        <th>FULL NAME</th>
                        <th>DEPARTMENT</th>
                        <th>FIRST C.A</th>
                        <th>SECOND C.A</th>
            </tr>
            <tr>
                                    <td>1</td>
                        <td>MUHAMMED SULEIMAN</td>
                        <td>computer science </td>
                        <td>19.5</td>
                        <td>17</td>
                        </tr>
<tr>
                        <td>2</td>
                        <td>TUNDE AHMED</td>
                        <td>computer science </td>
                        <td>17</td>
                        <td>19</td>
                        </tr>
                                    <tr>
                        <td>3</td>
                        <td>HAJARA IBRAHIM</td>
                        <td>computer science </td>
                        <td>18</td>
                        <td>16</td>
                        </tr>
                        <tr>
                        </table></center>
<center><embed src="Joe EL Feat. Iyanya - Chukwudi (Official Video).mp4"
Width="400" height="260"/></center>
</body>

</html>

OUTPUT



Share on Google Plus

About Unknown

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment