From 22299f84d39c26dd661a217809ae3174ccfaf4eb Mon Sep 17 00:00:00 2001
From: Luke Smith
- A markup language not the same as a programming language: + A markup language is not 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.
@@ -142,7 +142,7 @@ Heading tags are for your page's title and section headings in the document:
-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 <h2>, for example,
--
cgit v1.2.3