HTML Code:
<html>
<head>
<title>FRII</title>
<style>
.text {
color: red;
}
.text p {
color: green;
}
</style>
</head>
<body>
<div class="text">
<h2>Wellcome to Faizur Rahman Ideal Institute</h2>
<p>Faizur Rahman Ideal Institute is located in Dhaka, Bangladesh</p>
</div>
</body>
</html>
0 comments:
Post a Comment