dabreegster
03-29-2003, 10:31 AM
Hey, I'm interested in making my own tags. Is it easy and is it possible to simply change the current HTML tags? I want all the HTML tags, but I want to rename them and the attributes. Can someone help me? How do I get started?
khalidali63
03-29-2003, 12:31 PM
Thats no small task.
See the browsers already know how to render the HTML tags,they have built in Stylesheets to represent data according to the HTML tags.
On the other hand if you intend to re-invent the wheel for some reasons,then not only you will need to write your tags,you will have to write complete css rendering engine to display your custom tags they way you want them to be.
Cheers
Khalid