WT Practical 1

Practical : 1
Subject : Web Technology

Aim : WAP in html which demonstrate All the Formatting Tags.

Source Code :
//File.html
<!DOCTYPE html>
<html>
<head>
            <title>Practical 1</title>
</head>
<body bgcolor="#99ffe4">
<h1 text align="center" style="font-size: 70px; font-family:arial; color: #004d38; "><u>S.S. Agrawal</u><sub style="font-size: 15px;">Heading Tag</sub></h1>

<img src="file:///D:/008/ssaiet%20logo.jpg" height="10%" width="10%" align="right"><div align="right"><sub style="font-size: 10px;">Image Tag</sub></div>

<h3>Name :Boghani Pratik</h3>

<h3 style="">Add :<a href="https://www.google.com/maps/place/Prabhu+Nagar+2,+Jalaram+Society,+Kubernagar,+Katargam,+Surat,+Gujarat+395004/@21.2112917,72.8232489,17z/data=!3m1!4b1!4m5!3m4!1s0x3be04e92846b89b3:0x58ab90ffb7211908!8m2!3d21.2113685!4d72.8251453" >Prabhunagr-2,Katargam Darwaja,Surat</a><sub style="font-size: 10px;">Link Tag</sub></h3>

<h3>DOB : 11<sup>th</sup>June</h3>

<h3>Hobby <sub style="font-size: 10px;">List Tag</sub></h3>
<ol>
            <li>Internet Surfing</li>
            <li>Badminton</li>
            <li>Travelling</li>
</ol>

<table border="black"><sub style="font-size: 10px;">Table Tag</sub>
            <tr>
                        <th>Roll No</th>
                        <th>Name</th>
                        <th>University</th>
                        <th>Year</th>
                        <th>SPI</th>
            </tr>
            <tr>
                        <td>008</td>
                        <td>Pratik</td>
                        <td>GTU</td>
                        <td>2019</td>
                        <td>8.52</td>
            </tr>
</table>

<div style="text-align: right;"><sub>Text-Formating Tags</sub></div>
<div style="outline: solid;">
<h1><i>About</i></h1><p>This is my <b>1<sup>st</sup></b> practical of Web Technology<br> <i>Computer Science & Thechnology</i> <br>3<sup>rd</sup> Year<br>Batch A.</p></div>
</body>
</html>
Output :


Pratik Boghani

Author & Editor

Life is all about the next step.

0 comments:

Post a Comment