Please enable JavaScript.
Coggle requires JavaScript to display documents.
Frontend, more than one main element, if we don't supply the header,…
Frontend
HTML Basics
Doctype
Doc type in html4 and html5
doctype convention
HTML Structure
Head element
Title element
Body element
why img element doesn't have closing tag
image tag
p tag
CSS Basics
Formatting code
White spaces
Validate webpage
validator.w3.org
jigsaw.w3.org/css-validator
The Head Section
ASCII
UTF-8
Computer Character set
Viewport
Html Boiler plate template
meta
desc meta element
Text
Entities
Hyper Links
Images
6 more items...
a element(name)
href abbv
link to html(about)
link to non html doc images pdf ...
clickable image
open link in new tab
download
link to element
jump to top link
link to internet
email link
nbsp
copy
<and>
&;
em
strong
i
b
Why shouldn't we use i and b
Headers
h1
headers hierarchy
font size
style in head
VSCode Tips &Zen Coding
ul>li*3
(h2#-sectoin+p>lorem2)*3
use class
a.mylinkclass
a:link
<a href="http://"></a>
a:mail
<a href="mailto:"></a>
CTRL+D: select opening and closing tag
more than one main element
if we don't supply the header
unlike