HTML & CSS Exe 02


             HTML and CSS

   Exercise 02.

 Frame3.html

<html>

<head>

<title>1st page</title>

<link rel="stylesheet" type="text/css" href="C:\Documents and Settings\Administrator\Desktop\ab\css1.css"/>

 </head>

 <body bgcolor="tan">

<h2> <center>GROW YOUR SKILLS AND BECOME FREELANCER</center></h2>

 </body>

</html>

 

                     Intro.html

<html>

 <head>

<title>intro</title>

 </head>

 <body bgcolor="black"> <font color=red>

<p>This is dummy paragraph if you have any issue you can contact us we reply in fast Thanks dear. <br> <br>

“The concerns of technology/SCIENCE causing mass unemployment, due to machines replacing life’s, hardly new in history. (it’s a dummy paragraph for an  example)In fact, the idea of “technological unemployment” as a disease was already highlighte  by John Maynard in 1930. Some years ago...” </p>

 </font>

</body>

 </html>

                   Ad.html

<html>

 <head>

<title>ADDRESS</title>

 </head>

 <body bgcolor="black">

<p> <font color=red> Name ؛WAQAR AHMAD ' College of Engineering and Technology<br> TAUNSA  SHAREF<br> Contact No: +923247033237<br> Gmail : imtaizbaloch38@gmail.com<br> </font> </p>

</body>

 </html>   

                        Dept.html

<html>

 <head>

<title>Departments</title>

 </head>

<body>

<div align="center"> <table border=2> <tr> <th>Dept code</th> <th>Dept name</th> </tr>

<tr> <td>01</td>

 <td>ICS</td> </tr>

 <tr> <td>02</td>

<td>F.A</td> </tr>

 <tr> <td>03</td>

<td>FSC</td> </tr>

<tr> <td>04</td>

<td>IT</td> </tr>

 <tr> <td>05</td>

<td>MECH</td> </tr>

<tr> <td>06</td>

 <td>AERO</td> </tr>

 </table>

 </div>

</body>

</html>

 

             Feed.html

<html>

<head>

<title>feed</title>

 </head>

 <body bgcolor="black">

<p> <font color=green>To give your feedback mail to  imtaizbaloch38@gmail.com </font> </p>

 </body>

 </html>

 

                      Gall.html

<html>

 <head>

<title>gall</title> </head>

<body bgcolor="pink">

<p> <font color=blue> College Front structure</font> </p>

 <img src="file:///d:/google.JPG" height="300" width="400"/>

</body>

 </html>


<< previous            Next >>


Post a Comment

1 Comments

Thanks for your feedback we will reply Fast.