HTML- Introduction:
HTML stands for Hyper Text Markup Language. HTML was created by Berners-Lee in late 1991 but "HTML 2.0" was the first standard HTML specification which was published in 1995.
Why to Learn HTML?
HTML was developed for defining of documents like headings, paragraphs, lists, and so on facilitate the sharing of scientific information between researchers. Now, HTML is being widely used to format web pages with the help of HTML tags
Structure of HTML Document
Tags used in the HTML :
Title:
<title> This is title</title>Head:
<head>Head of the HTML</head>Paragraph:
<p> This is paragraph for introduction of the page. If the content is long it can be divided into different section of paragraph</p>Body:
<body>This the body of html page</body>
Summary
- Pages of HTML are text documents
- In HTML tags form the basic blocks (letters that sit inside angled
brackets) to give the information they surround special
meaning. - Tags are are also called as elements
- Tags are usually used in pairs
- The opening tag tells it is the the start of a piece of content; the closing tag tells
the end of the document - Opening tags can carry attributes, which tell us more
about the content of that element. - Attributes are associated with name and a value.
- To learn HTML you need understand about the tags and what all tags available for use and how it can be used to create beautiful HTML pages.
HTML-Introduction and Structure
Reviewed by Passion Blogger
on
September 17, 2019
Rating:
No comments: