- Images are used to beautify as well as to depict many complex ____
your webpage.
- The <IMG> tag is used to add images in an HTML document.
- There are two types of images - Inline and External images.
- The inline image is displayed when the web page is opened and is inserted within a line of text.
- The external image is referenced externally and viewed separately by clicking on a link.
- The Src attribute helps in defining the source of an image.
- The Alt attribute lets you specify text as an alternate to the image when a browser does not display images.
- The alignment of an image is specified with the Align attribute, and size with the Height and Width attributes.
- Hspace and Vspace control the amount of horizontal and vertical space respectively, around the image.
- HTML renders a powerful feature of linking the web pages together called Hyperlinking.
- Linking is of two types - Internal linking and External linking.
- When one part of a web page is linked to another section of the same page, it is called internal linking.
- When one page is linked to another web page or website, it is called external linking.
- In HTML the Anchor tag <A> is used to mark the text as a hypertext link, which a user can click to display _____document anchored to it.
- Href is an attribute of <A> tag, which defines the document to which the link leads.
- You can insert audio and video clips in an HTML document with the help of <A> tag.
- Tables arrange data in rows and columns and provide an attractive way to represent information.
- <TABLE> tag is used to create a table in HTML
- Bordercolor attribute is used to set the colour ofa table's border and Bgcolor Is used to specify the background colour ofa table.
- Cellpadding attribute sets the margins within a cell. it sets the amount of space between the cell border_____ the cell data, whereas Cellspacing attribute is used to set the minimum distance between two adjacent ____
- The Align attribute aligns the text within the cell either to the left, right, or center, whereas Valign attribute____ used with <TD> tag and sets the vertical alignment of data in a column.
- Colspan is used to combine the cells horizontally and Rowspan is used to combine the cells vertically.
|