You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<style>
p.one{
border-style:inset;
border-width:5px;
border-color: green;
color:white;}
p.two{
border-style:ridge;
border-width:thick;
border-color:orange;
color:white;
}
</style>
</head>
<body>
<p class="one"> My name is <em>Faizan</em> </p>
<p class="two">
<em>Ali</em></p>

You might also like