Using HTML5, produce the following nested lists exactly as illustrated in Figure 1. It includes a header, ordered, unordered and definition nested lists. List Example I. List Item 1 a. Nested item 1.1 b. Nested item 1.2 II. List Item 2 1. Nested item 2.1 2. Nested item 2.2 o Nested item 2.2.1 o Nested item 2.2.2 ? Nested item 2.2.2.1 ? Nested item 2.2.2.2 o Nested item 2.2.3 3. Nested item 2.3 III. List Item 3 • Nested item 3.1 • Nested item 3.1 • Nested item 3.1 COMP 249 Object-Oriented Programming II. Soen287 Web Programming. This is a ?test? for Assignment 1. Figure 1. List illustartion in HTML
Added by John G.
Close
Step 1
We can use the `<h1>` tag for this: ```html <h1>List Example</h1> ``` Show more…
Show all steps
Your feedback will help us improve your experience
Andrew Lee and 81 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Direction: Identify the following. 1. Simple pictures and symbols made available for computer users to add to their documents. 2. It can be used to group lists of information together, through bullet lists for example, or to show a process, through cycles. 3. It is most frequently used to describe wrapping of text around an image in the HTML code.
Madhur L.
To define a list in HTML, use the <ul> tag for an unordered list, the <ol> tag for an ordered list, and the <li> tag for each list item.
Sanchit J.
W3C standard DOM has three parts: Links, XML, HTML Core, XML, Lists Core, XML, HTML Core, XML, Image
Paul G.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Transcript
Watch the video solution with this free unlock.
EMAIL
PASSWORD