top of page
blue wallpaper🥛🏙.jpg
×

lesson one.

HTML List

image.png
image.png
image.png

Ordered List

image.png

- An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.

styles:
   
1    for Arabic Numbers
    i    for lowercase Roman Numerals
    I    for uppercase Roman Numerals
   a    for lowercase alphabet
   A    for uppercase alphabet

image_edited.jpg

Unordered List

- An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.

image.png
image.png

Menu List

- Defines an unordered list of content. Use the <menu> tag together with the <li> tag to create menu items. 

Note: <menu> tag is an alternative to the <ul> tag and browsers will treat these two lists equally.

image.png

Definition List

image.png
image.png

- A description list is a list of terms, with a description of each term.

- The <dl> tag defines the description list, the <dt> tag defines the term (name), and the <dd> tag describes each term

image.png
image.png

Directory List

- Defines a set of instructions or steps.

image.png
image.png

✮ "OUD-Me-Dir" 

  • alt.text.label.Instagram

©2023 by dariana. 

bottom of page