Sunday, February 16, 2014

CSS + HTML


CSS can combine to HTML in the following ways:
  • Inline - using the style attribute in HTML elements
  • Internal - using the <style> element in the <head> section
  • External - using an external CSS file
Ref:
http://www.w3schools.com/html/html_css.asp

No comments:

Post a Comment