What is HTML
HTML stands for
Hyper Text Markup Language. It is a coding language that is used to
design a web page that can be viewed on the internet using various
web browsers. HTML coding tells the web browsers how the information
in that web page should look.
What is HTML Code
Html consist of
different tags and attributes.
For the most part
HTML tags consist of 2 parts: a starting tag and an closing tag.
Each tag starts with this "<" symbol and ends with this symbol ">" .
Depending on the tag used as to what goes in between them.
Content that is put
between tags are considered element content and are subject to that
particular tag.
In some cases HTML
tags open and close with the same tag. These are not content tags.
For a basic list of
HTML tags
View this HTML Reference Chart
This and all material contained within is copyrighted and may not be
reproduced without the express consent of the author and/or this
site.