List List and how to create one using html. Firstly a line break can be created using a tag however you will end up needing to use that tag a lot more frequently if you have a really long list of items. These are the types of lists: 1) Unordered list (ul) - numbers are not to be used with a child tag list item (li) By default it is bulleted. 2) Ordered list (ol) similar to ul but is numbered. 3) Definition list (dl) - a term (dt) and a detail (dd) required Headings In terms of search engine optimisation - the h1 (heading level 1) tag is the most important. The h2 tag is used for sub heading and the rest used for the other informations. All the heading tags are important as they are what search engines use to identify your website. Other tags Blockquote (blockquote) Use when trying to add in a quote into the website. Basically, the markup is not for style purposes but to help to identify the different type of information o...
So basically, this is a project where I'll attempt to do what Jennifer Dewalt did and that is - create 180 websites in 180 days. I'm mainly doing this to learn HTML and CSS which I've never learnt before. (So its similar to an applied learning concept)