[HTML] Day 5: Parent Child Relationship


11/18/2019  Feeling confident 😊

Imagining what my webpage will contain other than txt and images? Table of contents. 




hmmmm...but is there any tag for table to content? like paragraph <p>

<li></li>, li is for List



Now I'm wondering what if I have more than one type of content?

<ul></ul> <-- Parent for <li></li> / ul --> Unordered List




  • What I learn so far
          - cmd + select each line to modify multiple lines at the same time
          - <ul></ul> creates indentation

What if I want to change anything under the list but its within 1000 millions of data?

<ol></ol> --> Ordered List 






I know it is the beginning but more I know the more confident I am! 

Popular posts from this blog

[CSS] Day 4: Let's practice - box

[AWS] Intro to Cloud Practitioner 01

[AWS] AWS Management Interfaces 02