Day-2-Exercise-2(To Demonstrate various colors and border-sizes)

<!To Demonstrate various colors and border-sizes>
<html>
<body>
<!--This is a comment---->
<bdo dir="rtl">this line will written from left to right</bdo>
<h1 style="background-color:dodgerblue">DodgerBlue</h>
<p style="background-color:tomato">Tomato</p>
<p style="background-color:mediumseagreen">mediumseagreen</p>
<h1 style="border:2px solid tomato">Tomato</h1>
<h1 style="border:2px solid violet">violet</h1>
<h1 style="border:2px solid dodgerblue">dodgerblue</h1>
<!--Comments are not displayed in the browser-->
</body>
</html>

Comments