0% found this document useful (0 votes)
48 views1 page

Js 8

There are 2 types of tags: paired tags which have opening and closing tags like <p> </p>, and non-paired tags which are single like <br>. Container tags are paired tags that can contain other elements or text, like <p> and <div>. All container tags are paired, but not all paired tags are containers. Container tags have an inner HTML property to hold content.

Uploaded by

RavinderRavi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views1 page

Js 8

There are 2 types of tags: paired tags which have opening and closing tags like <p> </p>, and non-paired tags which are single like <br>. Container tags are paired tags that can contain other elements or text, like <p> and <div>. All container tags are paired, but not all paired tags are containers. Container tags have an inner HTML property to hold content.

Uploaded by

RavinderRavi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

tags are 2 types

1>paired tags
2> non paired tags
3> container tags.
All container tags are paired tags
but all paired tags are containers.
All container tags having inner html property

You might also like