Coding styles for html

Posted by Hulk on Stack Overflow See other posts from Stack Overflow or by Hulk
Published on 2010-03-30T11:27:04Z Indexed on 2010/03/30 11:33 UTC
Read the original article Hit count: 348

Filed under:
|
|

Hi,

Please the coding standard followed for HTML .Please suggest links that the has the coding styles for html.(like Camel case or .....)

 <table>
 <tr>
     <td>
         Data
     </td>
 </tr>
 </table>

Thanks..

© Stack Overflow or respective owner

Related posts about html

Related posts about coding-style