This is a simple HTML project to display a list of plants. The project includes both ordered and unordered lists using HTML tags.
my_list.txt
: A plain text file containing a list of plant names.my_list.html
: An HTML file that displays the list of plants in a webpage.
- Clone this repository to your local machine.
- Navigate to the
development/code/se-prep/phase-0-html-experiencing-html-lab
directory. - Open the
my_list.html
file in your browser. - View the unordered or ordered list of plants.
- HTML
- Text Editor: Visual Studio Code
- Open
my_list.html
in your browser. - Make changes to the list items in the HTML file if you'd like.