Q1. Why do we need lists in a document?
Q2. What are the types of lists?Explain them.
Q3. What is Nesting List?Write the syntax.
Q4.What is the importance of a table?Compare table with a paragraph and list.
Q5.How do we create a Table in HTML?
Q6. Differentiate between Cell padding and Cell spacing.
Answers
Q1
When versioning is enabled in your SharePoint list or library, you can store, track, and restore items in a list and files in a library whenever they change. Libraries can track both major versions, such as those in which a new section was added to a document, and minor versions, such as those in which a spelling error was corrected. Lists can track only major versions
Q2unordered list — used to group a set of related items in no particular order
ordered list — used to group a set of related items in a specific order
description list — used to display name/value pairs such as terms and definitions
Q3. .... In computing science and informatics, nesting is where information is organized in layers, or where objects contain other similar objects. It almost always refers to self-similar or recursive structures in some sense. Nesting can mean: nested calls: using several levels of subroutines. recursive calls