Creating Web site
The course has been very educative so far. I have learnt many things since the beginning of the course which include : 1. Learning web design from the scratch, 2. Learning how HTML tags work, 3. Learning how to create an unordered/ordered list, 4. How to create comments in my code. During the course, I worked on a project which talks about my favorite food and how to prepare it. The project tells you all the ingredients you need to prepare the food in an unordered list form here is an example of an unordered list opening and closing tag <ul>...</ul> . And then it went on to explain step by step procedures to prepare the meal using an ordered list here is an example of an ordered list opening and closing tag <ol>...</ol> Here is a screen shot of the project. Here is the Code: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width...
Comments
Post a Comment