From 22299f84d39c26dd661a217809ae3174ccfaf4eb Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 5 Jul 2021 09:33:36 -0400 Subject: spell form --- html.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html.html') 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.

- 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:

A preview to CSS

-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