Please enable JavaScript.
Coggle requires JavaScript to display documents.
Unit 21 - Coggle Diagram
Unit 21
HTML List
-
-
Unordered list
Unordered lists are a shapes or even nothings.(in terms of shapes its either a disc , circle , square , none)
You start off with <ul> and you can add a <ul style="list -style-type:[shape];"> and then you end it with </ul>
-
Id
An id is almost like a class but if can also be used with a "href" tag to move the user to different parts of the website
-
-
Classes
Classes are a way to preset some effects and then quickly give the same affects to anything (div or span or any other tag )
You start off with creating a header with <header> and then inside it a style tag <style> and then here you start with a
".[name]" this followed by "{ }" where you would write your effects like color,font-family etc.
(remember to close the tags as well e.g </header>
-
-