COMPUTER
TOPIC : HTML Tags Guidelines : 1) Write about List tag, Image tag and Hyperlink tag.
Answers
Answer:
List tag :
The HTML lists tag is used for specifying a list item is ordered, unordered and menu lists. Lists commonly are found in documents, including web pages.
Image tag :
The <IMG> tag is used to incorporate in-line graphics (typically icons or small graphics) into an HTML document.
Hyperlink tag :
The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link's destination.
Answer:
HTML tags are like keywords which defines that how web browser will format and display the content. With the help of tags, a web browser can distinguish between an HTML content and a simple content. HTML tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags.
When a web browser reads an HTML document, browser reads it from top to bottom and left to right. HTML tags are used to create HTML documents and render their properties. Each HTML tags have different properties.
Explanation:
Hope you like it