Is there a way to create your own html tag in HTML5?

Posted by ravidor on Stack Overflow See other posts from Stack Overflow or by ravidor
Published on 2010-05-10T12:50:16Z Indexed on 2010/05/10 12:54 UTC
Read the original article Hit count: 217

Filed under:

I want to create something like

<menu>
    <lunch>
        <dish>aaa</dish>
        <dish>bbb</dish>
    </lunch>
    <dinner>
        <dish>ccc</dish>
    </dinner>
</menu>

Can it be done in HTML5?

© Stack Overflow or respective owner

Related posts about html5