Write 'T' for True and 'F' for False for the following statements. 1. Six different headers can be used in a web page, not more than one at a time. 2. tag is used for creating unordered lists in HTML. 3. HREF attribute is a reference to or an address of a resource on the web. 4. Marquee text refers to the placing of, moving or scrolling text on a web page. 5. tag is used for formatting the text in HTML. OEGE
Answers
Answered by
0
Answer:
- TRUE
- true
- true
- true
- true
Explanation:
- You can use them all, or none at all. You can use as many as you want. You do not need to use all six HTML elements to structure your pages.
- ul>: The Unordered List element. The <ul> HTML element represents an unordered list of items, typically rendered as a bulleted list.06-Nov-2021
- Tag omission: None, both the starting and ending tag are mandatory
Content categories: Flow content, and if the element's children include at least one e...
Permitted parents: Any element that accepts flowHTML Formatting is a process of formatting text for better look and feel. HTML provides us ability to format text without using CSS. There are many formatting tags in HTML.
...
Element name Description
<em> This is a logical tag which is used to display content in italic.
<mark> This tag is used to highlight text. content
- The HREF is an attribute of the anchor tag, which is also used to identify sections within a document. The HREF contains two components: the URL, which is the actual link, and the clickable text that appears on the page, called the "anchor text."
- The HTML <marquee> tag defines a scrolling text area in the HTML document that moves across the page in a horizontal or vertical direction. By default, text found within the <marquee> tag will scroll from right to left.
Answered by
0
Answer:
1. true
2. false
3. false
4. true
5. false
Similar questions