Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML (Hyper Text Markup Language) (Functionality (Publish documents with…
HTML (Hyper Text Markup Language)
HyperText + Markup Language
Hypertext
is the text displayed on a computer which refers to other text or image that the user can access
Markup language
is a set of tags which helps the web browser in presenting text in a document
Functionality
Publish documents with text, headlines, images etc
Create forms to collect user data
Include videos, audio clips, flash movies etc. inside an HTML document
Access online information via hyperlinks
Structure
Head
Title
Link
Style
Script
Body
media
Types
img
Attributes
src
border
width
height
alt
video
Attributes
src
controls
loop
autoplay
muted
poster
width
height
audio
Attributes
src
controls
loop
autoplay
muted
input
Attributes
date
email
number
url
file
color
range
datalist
table (tr-th-tr:tr-td:tr)
Attributes
border
span
Formatting Text Contents
<b>
<del>
<em>
<i>
<ins>
<mark>
<small>
<strong>
<sub>
<sup>
Character entity references
'>' =>
>
'<' =>
<
'&' =>
&
'©' =>
©
'&trade' =>
™
'®' =>
®
' ' =>
<space>
div
br
hi,h2,h3,h4,h5,h6
label
form
Attributes
required
value
type
name
size
autofocus
maxlength
minlength
pattern
placeholder
step
formnovalidate
action (GET,POST, PUT,DELETE,TRACE,HEAD,OPTIONS and CONNECT )
select-option-select
Attributes
autofocus
name
disabled
multiple
size
textarea
Attributes
autofocus
name
disabled
maxlength
placeholder
rows
cols
button
Attributes
autofocus
name
disabled
type
value
Hyperlink
Attributes
href
target (_blank,_self,_parent,_top)
Lists (ul/ol-li-ul/ol)
ul
Attributes
----> Type
circle
square
none
disc
ol
Attributes
---> Type
1 => Numbers
A => Uppercase
a => Lowercase
I => Roman Uppercase
i => Roman Lowercase