summaryrefslogtreecommitdiff
path: root/html2.html
diff options
context:
space:
mode:
Diffstat (limited to 'html2.html')
-rw-r--r--html2.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/html2.html b/html2.html
index 17c6acf..3360f1f 100644
--- a/html2.html
+++ b/html2.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang=en>
<head>
- <title>Text formatting in HTML &ndash; LandChad.net</title>
+ <title>Images and Links in HTML &ndash; LandChad.net</title>
<meta charset="utf-8"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel='stylesheet' type='text/css' href='style.css'>
@@ -9,15 +9,13 @@
<link rel='alternate' type='application/rss+xml' title='Land Chad RSS' href='/rss.xml'>
</head>
<body>
- <header><h1>Text formatting in HTML</h1></header>
+ <header><h1>Images and Links in HTML</h1></header>
<nav></nav>
<main>
+ <h2>Links</h2>
<p>
- Now we know some basic concepts of HTML, including <code>&lt;<++>&gt;p&lt;<++>&gt;</code> and <code>&lt;<++>&gt;h1&lt;<++>&gt;</code>, so now we'll learn all the core formatting abilities of HTML in one brief sitting.
+ We need to create links
</p>
-
- <h2>Semantic Tags</h2>
-
&lt;<++>&gt;
&lt;<++>&gt;
&lt;<++>&gt;