Write short notes on the following:
[a] Spreadsheet [b] Marquee Tag
[c] Ordered List [d] Active Cell.
Answers
Answer:
A spreadsheet is a software application that enables a user to save, sort and manage data in an arranged form of rows and columns. A spreadsheet stores data in a tabular format as an electronic document. An electronic spreadsheet is based on and is similar to the paper-based accounting worksheet.
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. The <marquee> tag has been deprecated in HTML5 and should no longer be used. It is recommended that you use CSS instead to create a similar scrolling effect. This tag is also commonly referred to as the <marquee> element
Unordered list — Used to create a list of related items, in no particular order.