Tags in html
.
Special places of code, enclosed in angle brackets, that tell the HTML interpreter how to process or display text.
HTML files are plain text files that have been "marked up" with special language elements called tags, which are embedded in the text.
Tags are pieces of code text, enclosed in angle brackets(< >), that provide instructions to programs designed to interpret HTML. For example, you might want to change the color of some text in your file. You can do this by embedding opening and closing tags with instructions around the text you wanted colored. If you want an image to appear in your document, you can use a tag to specify the source and placement of the image.
tags for html, html meta tag,html tags list,

No comments:
Post a Comment