Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML - Coggle Diagram
HTML
Images are inserted using <IMG> tag.
Attribute of <IMG> tag are -src ,
ordered lists = numbered lists
OL tag
Always remember to save html files with extension .html
attributes
tags
html -used to design web pages
A tag is a coded html command which defines the appearance and structure.
Web browser- software that allows to see the output of the html .
Attribute specifies additional information about the tag.
<BODY> - bgcolor, background, text,left margin, top margin
<FONT> - face, color, size
<HR> - color, align, noshade, size width
heading tag - align
JPEG - Joint Photographic Experts Group
GIF-Graphic Interchange Format
PNG - Portable Network Graphics
Attributes of OL tag are- type and start
<ol type= a start= 4
unordered lists=bulleted lists
ul tag is used for unordered lists
unordered lists have only 1 attribute which is type