1.

What are the characteristies of html tags

Answer»

Answer:

HTML tags are the hidden keywords within a web page that define how your web browser must FORMAT and display the content.

Most tags must have TWO parts, an opening and a closing part. For EXAMPLE,  is the opening TAG and  is the closing tag. Note that the closing tag has the same text as the opening tag, but has an additional forward-slash ( / ) character.

There are some tags that are an exception to this rule, and where a closing tag is not required. The  tag for showing images is one example of this.

Each HTML file must have the essential tags for it to be valid, so that web browsers can understand it and display it CORRECTLY.



Discussion

No Comment Found