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>
<!DOCTYPE html>
<html>
<body>
<h1 style="color:blue;">indicoderz</h1>
</body>
</html>
Post a Comment