My blog – like millions of others – has a header denoted by Although these all have very different functions within the page, they use the same generic The overall aim is to replace this structure:<div id="header">
, a footer <div id="footer">
, some articles (wrapped by an area called “content”, <div id="content">
) and some navigation (wrapped up in an area called “sidebar” <div id="sidebar">
). Most sites on the Web have similar constructs, although depending on your choice they might be called "branding" or "info" or "menu", or you might use the equivalent words in your own language.div
in the markup. asHTML 4 has no other way to code them. HTML 5 has new elements for distinguishing these logical areas: header
,nav
, footer
and friends. (There’s more on this in an artice by Lachlan Hunt on A List Apart: A Preview of HTML 5.)
'Interesting > TIPTECH' 카테고리의 다른 글
WebView 이용하기 - 구글 홈페이지 띄우기 (0) | 2011.04.28 |
---|---|
HTML5 를 이용한 하이브리드앱 제작 (0) | 2011.04.28 |
Root Explorer 2.14.2 (6) | 2011.03.23 |
삼성전자, 갤럭시 탭 8.9와 10.1 발표 (0) | 2011.03.23 |
Introducing Nexus S 4G for Sprint (0) | 2011.03.21 |