We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c8628 commit 6507884Copy full SHA for 6507884
myWork/02-HTML-Fundamentals/index.html
@@ -1,6 +1,7 @@
1
<!DOCTYPE html>
2
-<html>
+<html lang="en">
3
<head>
4
+ <meta charset="UTF-8" />
5
<title>The Basic Language of the Web: HTML</title>
6
</head>
7
@@ -9,8 +10,12 @@ <h1>📘 The Code Magazine</h1>
9
10
11
<h2>The Basic Language of the Web: HTML</h2>
12
13
+ <img src="laura-jones.jpg" alt="Photo of Laura Jones" width="50" />
14
+
15
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
16
17
+ <img src="post-img.jpg" alt="HTML code on a screen" width="500" />
18
19
<p>
20
All modern websites and web applications are built using three
21
<em>fundamental</em>
0 commit comments