View Single Post
Old 04-15-2014, 11:14 PM   #6
amit65
Registered User
 
Join Date: Apr 2014
Posts: 3
Hello,
HTML tag is just opening or closing entity. For example:
<p> and </p> are called HTML tags.
HTML Elements is a some kind of semantics and generally consists of a start tag, content, and an end tag. The following is a paragraph element Like :
<p>
This is a monkey
</p>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
amit65 is offline   Reply With Quote