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.
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 or data present in the website.Anchor tags (a href="")
The anchor tag is a tag that allows a text to act as a link. It is highlighted as blue or as purple for previously visited websites. To open link within a new tab, add another attribute type called target = "_blank" for opening a new blank tab. To link to a local page, directly reference it if it is in the same directory.
Strong tag (strong)
Used to bold certain parts of the information
Emphasis tag (em)
Used to italicise certain parts of the informationChallenge
My challenge - create a simple website using any of the types of list, the heading tag and the anchor tag.
Html for "Writing Inspiration Playlist"
Html for "Writing Inspiration Playlist"
Comments
Post a Comment