Computer Science, asked by siddhijain09875, 9 months ago

please tell me Q 13​

Attachments:

Answers

Answered by queensp73
0

Answer:

<html>

<head>

<title>hr element example</title>

</head>

<body>

    <p>

     Hr tag is used to draw a horizontal line in your html page. Notice the line

      below.

    </p>

    <hr>

    <p>

      You can use the noshade attribute to define a line with no shade. Notice 

      the line below.

    </p>

    <hr  color="red">

     <p>

      You can use the color attribute to define the line color. Notice the line 

      below.

     </p>

     

    <hr noshade >

</body>

</html>

The HTML code creates hyperlinks on the word to click images.

Explanation:

This is the simplest way to creating hyperlinks using images.HTML and XHTML provides standard features that will embed many different links inside a single image. you can create different links based on different coordinates which are available on the images. In case of different links are attached to different coordinates then we can click different parts of the images to open the target documents.

The images are two ways to create the maps:

1. server-side image maps  

2. client-side image maps

HOPE IT HELPS U

>>>>THANK U<<<<

:)

Similar questions