diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-06-29 09:50:40 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-06-29 09:50:40 -0400 |
| commit | 342d70ecdee87c6cdca4bf7ca15d143ff400019f (patch) | |
| tree | f4250be98daea91ebbd2e68b18755e7478a6818d /html2.html | |
| parent | 825282fea9102326ad2538e4a98329fbd38c899b (diff) | |
cleanup for publication
Diffstat (limited to 'html2.html')
| -rw-r--r-- | html2.html | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang=en> <head> - <title>Text formatting in HTML – LandChad.net</title> + <title>Images and Links in HTML – 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><<++>>p<<++>></code> and <code><<++>>h1<<++>></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> - <<++>> <<++>> <<++>> |
