Display Letter Head of your college on a web page.
In this practical Using Tags:-
-
<html></html>
-
<head></head>
3.<title></title>
-
<style></style>
5.<img />
6.<p></p>
Code:
Input:-
<html>
<head>
<style>
body{
background-color:#f2eed0;
}
#img_d{
float:left;
width:190px;
height:190px;
margin-bottom:90px;
}
.d_txt{
font-size:90px;
margin-bottom:-20px;
}
</style>
</head>
<body>
<img id="img_d" src="https://www.davietjal.org/wp-content/uploads/2016/03/final_colored_logo-1.png" />
<p class="d_txt" >DAVIET </p><p id="d_txt"> Dayanand Anglo Vedic Institute of Engg. and Technology </p>
</body>
</html>
1 thought on “Display Letter Head of your college on a web page in Html”