Added line breaks for readability (#30264)

* Added line breaks for readability

* change breaks to a list with breaks

markdownize link
remove codeblock formatting in first section
This commit is contained in:
Ronttikasa
2019-01-19 01:08:16 +02:00
committed by Tom
parent 2ab6bdeb79
commit 81a4ec42ba

View File

@ -5,6 +5,7 @@ title: Typographic Hierarchy
A webpage itself has a hierarchy that not only is read, but contains interaction. The page as a whole must be designed in a way that clearly communicates to the user what actions are available and how to easily access the information they seek, how to purchase an item, etc.
For the purpose of this article, however, were talking strictly about hierarchy as it applies to type. Luckily for us, we have our own handy HTML tag that lets us semantically establish typographic hierarchy into the websites we build. Heading tags (H tags) allow us to specify an order of importance into our content: H1 through H6, H1 being most important, H6 being least. Search engines use this data to interpret priority of content on a webpage.The H tag can be styled by using the following attributes.
- Size
This is the easiest and most common method for establishing hierarchy.
@ -20,10 +21,10 @@ Where sections of information are positioned in relationship to each other can e
- Type Contrast
A great way to achieve hierarchy is to use contrasting typefaces.
Spacing Matters!
- Spacing
One of the most important concepts in type design is spacing. Its one of the most difficult concepts to grasp for beginning designers, yet it is also one of the most visually obvious. Proper typographic spacing is critical in establishing hierarchy; it can make the difference between confusion and clarity. It is used in the majority of hierarchical systems, and it is present in all of the examples in this article.
#### More Information:
You can refer-https://webdesign.tutsplus.com/articles/understanding-typographic-hierarchy--webdesign-11636
[webdesign.tutsplus.com - Understanding Typography Hierarchy](https://webdesign.tutsplus.com/articles/understanding-typographic-hierarchy--webdesign-11636)