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
Html uses tags to give the information they surround special meaning.each tag has opining and closing ;Opening tags can carry attributes, which tell us more about the content of that element.
To learn HTML you need to know what tags are available for you to use, what they do, and where they can go.
the different versions of HTML and how to indicate which version you are using
there are lot of html element such as :
The new HTML5 elements indicate the purpose of different parts of a web page and help to describe its structure.
To make HTML5 elements work in Internet Explorer8 , extra JavaScript is needed, which is available free from Google.
a process that you can use when you are creating a new website.
1- Design your wireframe
2- intrested in Visual hierarchy helps visitors understand what you are trying to tell them.
3- You can differentiate between pieces of information
using size, color, and style.
4- You can use grouping and similarity to help simplify
the information you present.