What is HTML tag?

drnaga

Par 100 posts (V.I.P)
An HTML tag is a syntactical construct in the HTML language that abbreviates specific instructions to be executed when the HTML script is loaded into a Web browser. It is like a method in Java, a function in C++, a procedure in Pascal, or a subroutine in FORTRAN.
 
A HTML document is a text document including html tags and html tags are surrounded by the brackets for example <tagname>content</tagname>. BTW i am uploading a document in order to understand all HTML tags in a better way.
 

Attachments

  • HTML tag.ppt
    574 KB · Views: 0
Top