Ad

Create HTML program to display the text colour in blue using inline style sheet

HTML



<!DOCTYPE html>

<html>

<body>


<h1 style="color:blue;">indicoderz</h1>


</body>

</html>





Output--  


  INDICODERZ

Post a Comment

Previous Post Next Post