2st Practical/Experiment of WPD
Title: Create web Page for displaying a paragraph using block level tags, HR tags.
Program:
<DOCTYPE html>
<html> <head> <title> Government Polytechnic Amravati </title> </head> <body> <h1> <center> Use of Bolck Level Tag </center> </h1> <hr /> <div><h5> <center>Welcome To <br> Government Polytechnic Amravati. <br> (An Autonomous Institute Of Government Of Maharashtra) </center> <hr /></h5> </div> <center> <pre>Vision & Mission of Institute: </pre></center> <hr> <h4> <center> VISION </center> </h4> <p> <center> To be a vibrant technical institute of global reputes contributing towards the needs of industries & society. </center> </p><hr> <h4> <center> MISSION </h4> </center> <pre> 1. To develop competent diploma engineers suitable for contemporary industrial environment.<br> 2. To inculcate socially accepted ethics & values among budding engineers.<br> 3. To Nurture innovations and entrepreneurship.<br> 4. To produce engineers with psychomotor & cognitive skills committed to lifelong learning. <hr> </pre> </body> </html>
Output:
Comments
Post a Comment