summaryrefslogtreecommitdiff
path: root/html.html
diff options
context:
space:
mode:
Diffstat (limited to 'html.html')
-rw-r--r--html.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html.html b/html.html
index e12d8ac..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,
@@ -195,6 +195,6 @@ We can make bold, italic, underlined or struck through text with more HTML tags:
<span class=next><a href="html2.html">Next: Images and Links in HTML</a></span>
</main>
- <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><li><a href="index.html"><img src="pix/chad.gif" alt="chad"></a></li><li><a href="rss.xml"><img src="pix/rss.svg" alt="RSS"></a></li><li><a href="pix/btc.png"><img src="pix/btc.svg" alt="BTC"></a></li><li><a href="pix/xmr.png"><img src="pix/xmr.svg" alt="XMR"></a></li><li><a href="https://github.com/lukesmithxyz/landchad"><img src="pix/git.svg" alt="Github"></a></footer>
+ <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="pix/btc.png"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="pix/xmr.png"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer>
</body>
</html>