MENU

Chapter 6 Inserting Images and Links in HTML Solutions

Question - 21 : - Write the HTML code to create a link for school .jpg located at C:\.

Answer - 21 : -

Image

Question - 22 : - Write an simple HTML code to show an example of internal linking.

Answer - 22 : -

Internal Linking

It is top of the page

























Top


Question - 23 : - What is the purpose of mailto function?

Answer - 23 : - The mailto function is used to send E-mail messages to multiple recipients. For this, we only need to type the E-mail address of the recipients in the same link separated by commas.

Question - 24 : - Write an HTML code to show the use of mailto function.

Answer - 24 : -

Use of mailto
Send your views to
aaa_rr@gmail.com< / a >

Question - 25 : - Write the HTML code to send an E-mail to abc@xyz.com from your Web page.

Answer - 25 : -

abc@xyz.oom

Question - 26 : -
Write the full forms of

Answer - 26 : -

  1. Superscript
  2. Anchor
  3. Image
  4. Subscript

Question - 27 : - Explain various attributes of tag.

Answer - 27 : -

Attributes of Tag
An attribute is an extra piece of information associated with a tag that provides further details about the tag.
Following are the various attributes of tag:
The src Attribute: The src (source) attribute takes URL (Universal Resource Locator) of an image file as value, which points to the direct location of an image to be displayed.
The image that you specify in your tag should be in your computer otherwise the image will not be displayed and in place of image a cross mark in a box 0 will appear.
The alt Attribute: This attribute of tag is used to provide alternate text when an image on a Web page cannot be displayed.
The alternative text is the text associated with an image that serves the same purpose and conveys the same essential message. As per HTML standard, alt attribute is optional but is highly recommended.
The align Attribute: This attribute is used to set the position of an image in a Web page according to the user’s requirements. In HTML, images appear inline with a single line of the text. But, HTML standard does not define a default alignment for the images with respect to other text and images in the same line.
There are some values of image alignment attribute as follows:
1. Top Alignment
2. Middle Alignment
3. Bottom Alignment
4. Left Alignment
5. Right Alignment
The width and height Attributes: When an image is added to a Web page, it is not mandatory to specify width and height of the image. At the time of loading an image, a box will appear on the place where the image will be loaded.
The border Attribute: You can set the border of an image that you want to use in your Web page. The border attribute of the tag specifies the width of the border around an image. By default, an image has no border in HTML.

Question - 28 : - Which attribute is used to specify the location of an image file in tag? Explain.

Answer - 28 : -

The attribute you need to get an image to display on a Web page is the src attribute.
In the src attribute of the tag, you can specify the path of the image that you want to add to the Web page. This may be an image in the same directory, an image somewhere else on the same server, or an image stored on another server.
The syntax for src attribute is

Question - 29 : - Define various alignments of align attribute with example.

Answer - 29 : -

There are some values of image alignment attribute as follows:
Middle Alignment
This alignment is different in both Internet Explorer and Mozilla Firefox. In Internet Explorer, this alignment aligns the image to the middle of the tallest item in the current line. While in Mozilla Firefox, this alignment aligns the image to the baseline of the current line in which it is placed.
Example: To show middle alignment of an image.
Alignment

Middle Alignment

A flower, sometimes known as a b'oom or blossom, is the reproductive structure found in flowering plants. The biological function of a flower is to effect reproduction, usually by providing a mechanism for the union of sperm with eggs.
Bottom Alignment
This alignment aligns the bottom edge of the image, to the same horizontal plane as the baseline of the text. Both Internet Explorer and Mozilla Firefox treat this alignment in the same manner.
Example: To show bottom alignment of an image.
Alignment

Bottom Alignment

flower
A flower, sometimes known as a bloom or blossom, is the reproductive structure found in flowering plants. The biological function of a flower is to effect reproduction, usually by providing a mechanism for the union of sperm with eggs.
Left Alignment
This alignment aligns the image to the left on the Web page respectively of the browser window.
Example: To show left alignment of an image.
Alignment
 

Left Alignment

A flower, sometimes known as a bloom or blossom, is the reproductive structure found in flowering plants. The biological function of a flower is to effect reproduction, usually by providing a mechanism for the union of sperm with eggs.
Right Alignment
This alignment aligns the image to the right on the Web page respectively of the browser window.
Example: To show right alignment of an image.
Right Alignment

Right Alignment

Cimg src="flower2.jpg" align="right">
A flower, sometimes known as a bloom or blossom, is the reproductive structure found in flowering plants. The biological function of a flower is to effect reproduction, usually by providing a mechanism for the union of sperm with eggs.
 

Question - 30 : -
Write HTML code to illustrate

  1. listed hyperlinks
  2. image hyperlinks

Answer - 30 : -

Listed Hyperlinks: It is noticeable that tag can also be used for more complex task (as with images or with lists etc.)
Example: To show listed hyperlinks.
List

List

  • Fruit Chart

  • Vegetable Chart
    Output:

    Image Hyperlinks: Images can also be used as hyperlinks. To create image as a link, following syntax is used:
    Example: To show image as link.
     
     
     < title>Image as Link
     
     
     
     
     
    Output:

    Free - Previous Years Question Papers
    ×