Write a program to create a webpage to print your city name in red color.
Description: Write a program to create a webpage to print your city name in red color.
Hint: You need to put the city name inside the body tag and use color attribute to provide the color.
<html>
<body>
<font color="red">Delhi</font>
</body>
</html>
Delhi
Learn more about the similar topics:
Tutorials |
---|
HTML Elements and Tags |
Interview Questions & Answers |
---|
Do all HTML tags require both a begin and end tag? |