Please enable JavaScript.
Coggle requires JavaScript to display documents.
html (html main (head (image), scripts (image), header body footer),…
html
tags
style
link to coggle.it
css
:link:
select
id
unique
class
class="class1 class2 classN"
mutliple
script
javascript
ruby
sections
<div>
html main
head
scripts
header
body
footer
performance
tags loads top to bottom
intro
browser reads html tags and do the work
doctype; head
body headers; abbreviation; acronym
break bold big; block quote; center; emphasis; italic;
paragraph; quote; straight trhoug; strong; subscript; superscript
images src;
lists types; definition list; data; definition; ordered list; list item; unordered list; list item
anchor links; target force seperate tag or self
table; caption; table row; table header; table data td
forms; input; textarea
inputs type password; radio
checkbox
select dropdowns; options; send; hidden field