Week 3 Module
HTML and CSS
Now that you have practiced HTML and CSS separately it's time to test your knowledge and skills.
Using Notepad create a sample page that contains the following:
Title: Lunch Food
Content: List 4 popular lunch items
Images: Food items
Footer: write your Student ID
Here are some tips for a list using HTML
There are two type unordered (ul) and ordered (ol) based on the criteria mentioned which one should you use?
<ul> <ol>
<li>Sandwich</li> <li>Chips</li>
<li>Cookies</li> <li>Fruit</li>
</ul> <ol>
Remember to check the resources section if you are having issues with the code and ask instructor for assistance.
Post your end result as a comment for in class discussion and peer review.
Comments
Post a Comment