You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section discusses a process that you can use when you are creating a new website.
It looks at who might be visiting your site and how to ensure the pages feature the information those visitors need. It also covers some key aspects of design theory to help you create professional looking sites.
HTML5 LAYOUT :
HTML5 layout elements :
How old browsers understand new elements
Styling HTML5 layout elements with CSS
HTML5 is introducing a new set of elements that help define the structure of a page.
These new elements are going to play an important part in creating layouts.
EXTRA MARKUP
Specifying different versions of HTML
Identifying and grouping elements
Comments, meta information and iframes , it focus on some helpful topics that are not easily grouped together.
The different versions of HTML and how to indicate which version you are using
How to add comments to your code
Global attributes, which are attributes that can be used on any element, including the class and id attributes
Elements that are used to group together parts of the page where no other element is suitable
How to embed a page within a page using iframes
How to add information about the web page using the element
Adding characters such as angled brackets and copyright symbols