Computer Applications
Write an HTML code to
(i) Create a link for garden.jpg located at D:\.
(ii) Display an inline image named pencil.jpg located at C: in the center of your web page.
HTML Advanced Features
4 Likes
Answer
(i)
<HTML>
<BODY>
<A href = "D:\garden.jpg">image</A>
</BODY>
</HTML>
(ii)
<HTML>
<BODY>
<CENTER>
<IMG src = "C:\pencil.jpg">
</CENTER>
</BODY>
</HTML>
Answered By
3 Likes
Related Questions
Digital divide is a huge problem to deal with. Write any three effects of digital divide.
Give the HTML code to display following output:

Write the HTML code to add Audio and Video elements in a web page.
An artist has to prepare a table to showcase the type of paintings he has created, their quantity and their price. Help him to make the table. Observe the table and write the code to generate it.
