Answer to Question #25543 in AJAX | JavaScript | HTML | PHP for red rose
use html to markup web pages as follow.
1.Heading font color is navy color. The image file named grand canyon 1.jpg
1
2013-03-05T10:56:19-0500
<html>
<head>
<style>
#Heading { color: navy; }
</style>
</head>
<body>
<h1 id="Heading">A heading</h1>
<img src="grand canyon 1.jpg" />
</body>
</html>
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment