Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 1.43 KB

File metadata and controls

21 lines (21 loc) · 1.43 KB

Read: 03 - Structure web pages with HTML

Html refer to hyper text links markup

Html

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

doctype tell us Html version

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.

steps to creat your 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.