Everything in between The Start of Tag to the end of tag is called HTML Element. HTML Elements are some time referred as HTML Tags. It is used to marking up the webpages. The documents of HTML are defined by HTML Elements.
Discussing on Start and End Tag !
HTML Elements based on start tag and the end tag.
Here is the example :
Start Tag :
Let's Suppose we starts with paragraph element
<p> (START tag)
</p> (END Tag)
As you can see above that end tag contain a slash (/) before the letter. It means you have end your tag by adding slash in the element.
Let's Suppose we starts with paragraph element
<p> (START tag)
</p> (END Tag)
As you can see above that end tag contain a slash (/) before the letter. It means you have end your tag by adding slash in the element.
0 comments:
Post a Comment