Now that you’ve learned to add new pages and lists, add at l…

Now that you’ve learned to add new pages and lists, add at least 3 more lists to the new pages you’ve created in the lab assignment. Your new lists must include: *please note i have the code started, for what the website should look like.**

Answer

In the lab assignment, you have been instructed to add at least 3 more lists to the new pages you have created. These lists are required to include certain elements. Building on the existing code, you can include the following lists:

1. Unordered List:
An unordered list is represented by the

    tag in HTML. It provides a way to present a group of related items in no particular order. You can use this type of list to display a collection of items that do not have a specific sequence or hierarchy. For example:

    • Apples
    • Bananas
    • Oranges

    This will result in a list of fruits with bullet points, where the order of the items does not matter.

    2. Ordered List:
    An ordered list is represented by the

      tag in HTML. It is used to present a group of items in a specific order. Each list item in an ordered list is automatically numbered. For instance:

      1. First Item
      2. Second Item
      3. Third Item

      This will generate a numbered list, where each item is numbered sequentially.

      3. Definition List:
      A definition list is represented by the

      tag in HTML. It is used to define a list of terms along with their corresponding definitions. Each term is represented by the

      tag, while the definition is placed within a

      tag. Here is an example:

      HTML
      HyperText Markup Language
      CSS
      Cascading Style Sheets
      JavaScript
      A programming language

      This will generate a list of terms and their respective definitions.

      Remember to place these lists within the appropriate section of your web page based on the structure and design you have established. You can style these lists further using CSS to enhance their appearance and overall presentation.

      As you continue to develop your web pages, make sure to adhere to best practices and consider the accessibility and usability of your content. Additionally, regularly test and validate your code to ensure it functions correctly across different browsers and devices.

Do you need us to help you on this or any other assignment?


Make an Order Now