diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-05 09:33:36 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-07-05 09:33:36 -0400 |
| commit | 22299f84d39c26dd661a217809ae3174ccfaf4eb (patch) | |
| tree | 588a1440873524b3172e31c517366e8b15a1e043 /html.html | |
| parent | 935d9d26748281437157cffc10e949382f39b9d3 (diff) | |
spell form
Diffstat (limited to 'html.html')
| -rw-r--r-- | html.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ It is the "language" that all webpages are written in so that all browsers can read and display them properly. </p> <p> - A <dfn>markup language</dfn> <em>not</em> the same as a programming language: + A <dfn>markup language</dfn> is <em>not</em> the same as a programming language: Programming languages specify orders for a computer, while markup languages are ways of specifying the styling of text. Markup languages are necessary because computers run on mere text, not colors, sizes, headers and other styling things. </p> @@ -142,7 +142,7 @@ Heading tags are for your page's title and section headings in the document: <h4>A preview to CSS</h4> <p> -It is very imporant to use headings like this for your pages. +It is very important to use headings like this for your pages. Notice that on this website, headings come in different colors, text-alignment and sizes for emphasis. If we use these heading tags, when we clear CSS, we can easily style all <code><h2></code>, for example, |
