Posted by ironcorona on 11/03/27 11:47
janecki@gmail.com wrote:
> Hello!
> I want to create a custom XHTML tag.
>
> 1) I have something like this:
> <table>
> <tr> <td> TITLE </td> </tr>
> <tr> <td> MESSAGE </td></tr>
> </table>
>
> 2) After creating new tag:
> <window title="TITLE">MESSAGE</window>
>
> Please tell me how to create a custom tags in XHTML.(example)
Why do you want to create a custom tag? What will your new tag do that
you can't do with an XHTML tag and CSS?
If you really want to do this you have to create a custom DTD. I'd
strongly advise against doing this.
--
Brian O'Connor (ironcorona)
Navigation:
[Reply to this message]
|