16px @ 1:1.5 – Important number
Modular Scale | |||
---|---|---|---|
44.000 | 1 | 2.75 | 338.462 |
36.000 | 0.818 | 2.25 | 276.923 |
29.333 | 0.667 | 1.833 | 225.638 |
24.000 | 0.545 | 1.5 | 184.615 |
19.555 | 0.444 | 1.222 | 150.423 |
16.000 | 0.364 | 1 | 123.077 |
Here you’ll find the complete list of HTML5-Tags and this is how they look like.
<html>
<head>
<title>Code Blocks</title>
</head>
<body></body>
</html>
Everything happens for a reason. (Britney Spears)
Age is an issue of mind over matter. If you don’t mind, it doesn’t matter. Mark Twain
Links make the web exceptional.
Let’s emphasize how important responsive webdesign is.
This looks like bold text.
This is small text.
It’s nice getting things done. Just strike through finished tasks.
Albert Einstein
If you use <q> your text gets automagically quotes around the text passage
.
The <dfn> tag is a phrase tag. It defines a definition term.
The WHO was founded in 1948.
The concert took place on .
Some code: lucida console
displayed.
The <var> tag is a phrase tag. It defines a variable.
Text surrounded by <samp> looks like this in monospace.
Copycats enjoy pressing CMD + c and CMD + v.
This text lays low and chills a bit.
This text gets high above the clouds.
This looks italic.
This looks bold, too.
Underlining content for emphasize is not the best choice. You can't read it so well.
Let’s mark this hint to give you a clue.
Need a break? I give you three!
If you need footnotes for your posts, articles and entries, the Kramdown-Parser 1 got you covered. How to use footnotes? Read this footnote. 2
Even tables are responsive thanks to foundation. A table can consist of these elements.
HTML Tag | Defintion | Style |
---|---|---|
<caption> | defines a table caption | font-weight: bold; |
<colgroup> | specifies a group of one or more columns in a table for formatting. The <colgroup> tag is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row. | no styling needed |
<col> | specifies column properties for each column within a `<colgroup>` element | no styling needed |
<thead> | is used to group header content in an HTML table | font-weight: bold; |
<tbody> | is used to group the body content in an HTML table | no styling needed |
<tr> | defines a row in an HTML table | no styling needed |
<th> | defines a header cell in an HTML table | font-weight: bold; |
<td> | defines a standard cell in an HTML table | font-weight: normal; |
<tfoot> | is used to group footer content in an HTML table | no styling needed </table> </div> </div> |
Find out more about Kramdown on http://kramdown.gettalong.org/ ↩
Kramdown has an excellent documentation of all its features. Check out, on how to footnotes. ↩