HTML
Hypertext markup
language (HTML) introduced by Tim Berners-Lee . In HTML we are used tags for
writing programs. For example <html> it is the starting tag and
</html> it is the ending tag.
Tags are called HTML element and in
between the tags contains the text or paragraph called content. The html
elements have some attributes like src, height, width and so on. These
attributes are placed within tags. For example <img src=”” height=”200”
width=”200”>.
One more point some html tags are no
end tag. For example <br> break tag, <img> image tag.
No comments:
Post a Comment