Indent text


Insert three new paragraphs into index.html:

Dogs Home Page

These are my favorite breeds of dog:

Chesapeake Bay Retriever

German Shepherd

Yorkshire Terrier


Enclose these paragraphs in

    (unordered list) tags to indent them:

    Dogs Home Page

    These are my favorite breeds_of dog:

      Chesapeake Bay Retriever

      German Shepherd

      Yorkshire Terrier


    Change some of the

    tags to
    (line break) tags:

    Chesapeake Bay Retriever

    German Shepherd

    Yorkshire Terrier

    TIP: Note that the

    tags in front of German Shepherd and Yorkshire Terrier were removed.
    Save index.html, then reload it in the browser.

    It should look like this:


    Web Layout HTML & CSS