Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

looking for a list of tags with code between begin & end tag

Jun 15, 2009 11:31AM PDT

I'm writing a program that reads an HTML file, then alters text that is viewable by the users. So I don't want to alter the text within a tag. I also don't want to edit the text that is between <script ..> and </script> or between <style ..> and </style> because that defines the way the HTML file works. These are the only two tags I know of that has code between their begin and end tags. Are there any other tags that I need to be concerned with?

I would also like to know if the tag list at http://www.w3schools.com/tags/ is a complete list of HTML tags?

Thanks you.

Discussion is locked

- Collapse -
Looks pretty complete to me
Jun 16, 2009 5:15PM PDT

~Sovereign

- Collapse -
me too, except maybe the <xml> tag
Jun 17, 2009 3:06AM PDT

I thought about it some more after my original post. The <xml> tag is not included in the list. Anybody know why?

Just curious.

- Collapse -
Perhaps due to this
Jun 17, 2009 3:18PM PDT
- Collapse -
That explains it
Jun 19, 2009 2:40AM PDT

Thanks. That's the answer I was hoping for. I feel pretty good in assuming that the list is complete, at least for practical purposes.