Please can anybody explain me how can I use HTML Tag, for what and how it shows to users Just one example: HTML Tag - Websites & Blogs <img src="http://i0006.example.com/albums/0006/pbhomepage/icons/example318.gif"> tnx
Everything enclosed in "< >" in HTML, and for that other related languages, is known as a Tag. I am not sure what exactly do you mean by how can you use HTML tags. Ok try this, right click on this page and then click on "View Page Source" (in Firefox) or "View Source" (in IE) and you'll see a txt file with HTML code. Notice the <>. All of these are HTML tags. Hope that helps.