HtML introduction / what is HtML
What is HtML ?
HTML is short for HyperText Markup Language and is the language of the World Wide Web. It is the standard text formatting language used for creating and displaying pages on the Web.
Html is consists of ?
An HtML document is consists of 2 important part :
1.Document creation ( what users will see )
2. Tags (and how they see it )
Appreciation of HtML tag
Tag <html> is considered as head of family
It's from this tag that the browser
recognizes, it's an HTML document.
PS- For every opening tag there is a closing tag like this: </html>
The tag <html> is followed by the <head> tag.
This is a special one, and the content written inside is not displayed on the webpage.
It comprises of the title (of the browser window) or any other instructions, which you want to provide to the web browser.
For example:
The <head> tag is followed by the <body> tag, where the actual content that is visible on the webpage is written
i.e. all the visual elements such as headings, paragraphs, images etc.
Brilliant! Now you known some basic ingredients of an HTML document.

This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
Delete