HTML Structure and Tags - Kayakalpa computer school for learners

Breaking

Post Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

Thursday, December 14, 2017

HTML Structure and Tags


The simple structure of HTML
In above given bunch of codes the texts between start angle bracket and closing angle brackets are html tags. There are two types of tags. They are:
Single Tag:- The tag which doesn't have its ending tag is called single tag.
Pair Tag:- The tag which have its ending tag with a forward slash in front of text is called pair tag.
The <html> tag sets a mark from where html code really begin and at last </html> stops it. The <head> open and </head> end contents title, javascript codes, css codes and more. The <body> open and </body> end contents the visible materials in a webpage.

No comments:

Post a Comment

Post Top Ad

Responsive Ads Here