readingnotes

View project on GitHub

html

[design]

Every website should be designed for the target audience—not just for yourself or the site owner. It is therefore very important tounderstand who your target audience is.
A wireframe is a simple sketch of the key information that needs to go on each page of a site. It shows the hierarchy of the information and how much space it might require.
The primary aim of any kind of visual design is to communicate. Organizing and prioritizing information on a page helps users understand its importance and what order to read it in.

HTML Layout

HTML5 introduces a new set of elements that allow you to divide up the parts of a page. The names of these elements indicate the kind of content you will find in them. They are still subject to change, but that has not stopped many web page authors using them already.
The <aside> element has two purposes, depending on whether it is inside an <article> element or not. When the <aside> element is used inside an <article> element, it should contain information that is related to the article but not essential to its overall meaning. For example, a pullquote or glossary might be considered as an aside to the article it relates to.

HTML markup

If you want to add a comment to your code that will not be visible in the user’s browser, you can add the text between these characters:
The <div> element allows you to group a set of elements together in one block-level box