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 3fce688 commit 3235c90Copy full SHA for 3235c90
starter/02-HTML-Fundamentals/index.html
@@ -32,14 +32,22 @@ <h1>📘 The Code Magazine</h1>
32
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
33
34
<img
35
- src="img/post-img.jpg"
36
- alt="HTML code on a screen"
37
- width="500"
38
- height="200"
+ src="img/laura-jones.jpg"
+ alt="Headshot of Laura Jones"
+ height="50"
+ width="50"
39
/>
40
</header>
41
42
<h2>The BasicLanguage of the WEB: HTML</h2>
43
+
44
+ <img
45
+ src="img/post-img.jpg"
46
+ alt="HTML code on a screen"
47
+ width="500"
48
+ height="200"
49
+ />
50
51
<p>
52
All modern websites and web applications are built using three
53
<em>fundamental</em>
0 commit comments