Computer Science, asked by aartikumaria619, 1 day ago

Explain any six of the following in reference to HTML-
(1) A LINK
(1) HR
(III) FONT SIZE
(iv) LEFT MARGI
(v) BG COLOR
(vii) HREF
(vi) UL
(vii) ALT
46 (HUS)
[2]​

Answers

Answered by samrada24
2

Answer:

1. HTML links are hyperlinks. You can click on a link and jump to another document. When you move the mouse over a link, the mouse arrow will turn into a little hand.

2. The <hr> tag defines a thematic break in an HTML page (e.g. a shift of topic). The <hr> element is most often displayed as a horizontal rule that is used to separate content (or define a change) in an HTML page.

3. The font-size property sets the size of the text.

4. The margin-left property sets the left margin of an element.

5. bgcolor sets the colour for the background

6. The href attribute specifies the URL of the page the link goes to. If the href attribute is not present, the <a> tag will not be a hyperlink.

7. The <ul> tag defines an unordered (bulleted) list.

Use the <ul> tag together with the <li> tag to create unordered lists.

8. The required alt attribute specifies an alternate text for an image, if the image cannot be displayed. The alt attribute provides alternative information for an image if a user for some reason cannot view it.

Similar questions