HTML Stands for HyperText Markup Language. It is ta markup language that defines the structure of a website. This is done by enclosing content inside <tags>
.
An HTML Element contains the following
<p>
<- This is a Paragraph Opening Tag</p>
<- Closing Tags is usually the same as the opening tags except that it has a /
before the element name.When you give an element extra information, that is called giving it an attribute.
A Semantic element is an element that has a role or a meaning. Headers are an example of semantic tags or elements. A <h1>
tag signifies that the element is the “top level heading for the page”. This is especially useful for people using screen readers.
Wireframes is pretty much the blueprint or layout of a website.
Three key principals of wireframes are: