summaryrefslogtreecommitdiff
path: root/html.html
diff options
context:
space:
mode:
Diffstat (limited to 'html.html')
-rw-r--r--html.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.html b/html.html
index d5fa497..6ff3f73 100644
--- a/html.html
+++ b/html.html
@@ -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>&lt;h2&gt;</code>, for example,