HTML5 tags and styles

by ArielT
2 replies
  • WEB DESIGN
  • |
Hello people, with the new HTML5 tags how to do with styles, I use DIVs to wrap them the tag header, aside, etc in the case I want to add styles or I add the styles directly to the new tags? how would be the best practice?
#html5 #styles #tags
  • Profile picture of the author Michael71
    As usual... it does not matter if you use HTML5 or XHTML or HTML4.

    To style e.g. aside just write

    Code:
    aside {...your CSS here...}
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7741408].message }}
  • Profile picture of the author ArielT
    Thanks Michael
    {{ DiscussionBoard.errors[7741646].message }}

Trending Topics