HTML5 and CSS3 in Dreamweaver CS5 - JWarren Consulting

4 downloads 33 Views 227KB Size Report
Dreamweaver. 2. HTML5 and CSS3 in Dreamweaver CS5 – Part 1: Building the web page http://www.adobe.com/devnet/dreamweaver/articles/dw_html5_pt1.
 

HTML5  and  CSS3  in  Dreamweaver  CS5     HTML5  and  CSS3  in  Dreamweaver  CS5   http://www.adobe.com/devnet/dreamweaver/articles/dw_html5_pt1.html   http://www.adobe.com/devnet/dreamweaver/articles/dw_html5_pt2.html   http://www.adobe.com/devnet/dreamweaver/articles/dw_html5_pt3.html   By  David  Powers  

 

Dreamweaver  

HTML5  and  CSS3  in  Dreamweaver  CS5  –  Part  1:  Building  the  web  page   http://www.adobe.com/devnet/dreamweaver/articles/dw_html5_pt1.html   •





2  

Dreamweaver  CS5  now  natively  supports  the  new  HTML5  structural  elements   o It  also  supports  many  of  the  CSS3  properties  supported  by  the  latest  browsers   o There  is  now  a  Multiscreen  Preview    This  shows  how  the  same  page  is  rendered  in  different  screen  sizes   Exploring  the  HTML5  features  in  Dreamweaver  CS5   o A  New  Multiscreen  toolbar  is  on  the  Document  toolbar    This  launches  the  Multiscreen  Preview  panel   • Simplifies  the  creation  of  page  layout  for  devices  with  different  screen   resolutions   • Uses  CSS  media  queries   Using  a  preformatted  HTML5  layout   o There  are  two  new  preformatted  payouts   o File  >  New    New  Document  toolbar   • Page  Type:  HTML   • Layout:  two-­‐column  HTML5  layout   o There  are  two  new  layouts   • Click  Create   o After  you  switch  back  to  another  layout    Dreamweaver  keeps  HTML5  selected  in  the  DocType   • HTML5  is  backwards  compatible   • It’s  safe  to  use  with  new  pages   • The  two-­‐column  has  the  sidebar  on  the  right   o Easy  to  switch  to  the  left   o Move  the  sidebar  to  the  left    Tag  Selector     • CSS  Styles  panel   o Stay  in  the  Current  Area   o Properties  pane    Switch  float:  left  to  float:  right   o Code  View    There  are  a  mixture  of  familiar  tags  and  new  ones   •
,  ,