Example Program
  • index.css
  • index.html
Font Size
14
Parentheses autocomplete
Wrap lines
Editor
Theme
Code with blocks by default
Console Font Size
12
Console Theme
Show File Tab Bar
Show Console
Code Running Environment
9 List Your Inventory
index.html
<!DOCTYPE html>
<html>
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Output
Docs
Example
More
This student is viewing this assignment in English. View this page in English?

5 points

Objective

Use the HTML list tags: <ul> </ul> to begin the list and <li> </li> for each item to be added to the navigation bar.

Code Example

<html>
  <body>
    <h1> My Boutique </h1>
<!-- These list items begin with <ul> and are nested within <li> tags -->
      <ul>
        <li> Pullovers </li>
        <li> Jackets </li>
        <li> Thermals </li>
        <li> Sweaters </li>
      </ul>
  </body>
</html>

Expected Output


Image of what the shop should look like.

Reset Code

Slides and Notes

No slides available for this video

About

WebDev

Upload Media