Skip to content

Commit 00de02c

Browse files
committed
Completed Text Elements
1 parent e60c0f6 commit 00de02c

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

myWork/02-HTML-Fundamentals/index.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@
55
</head>
66

77
<body>
8-
<h1>The Basic Language of the Web: HTML</h1>
8+
<h1>📘 The Code Magazine</h1>
9+
<h2>The Basic Language of the Web: HTML</h2>
10+
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
11+
<p>
12+
All modern websites and web applications are built using three
13+
<em>fundamental</em>
14+
technologies: HTML, CSS and JavaScript. These are the languages of the
15+
web.
16+
</p>
17+
<p>
18+
In this post, let's focus on HTML. We will learn what HTML is all about,
19+
and why you too should learn it.
20+
</p>
21+
<h3>What is HTML?</h3>
22+
<p>
23+
HTML stands for <strong>H</strong>yper<strong>T</strong>ext
24+
<strong>M</strong>arkup <strong>L</strong>anguage. It's a markup language
25+
that web developers use to structure and describe the content of a webpage
26+
(not a programming language).
27+
</p>
28+
<p>
29+
HTML consists of elements that describe different types of content:
30+
paragraphs, links, headings, images, video, etc. Web browsers understand
31+
HTML and render HTML code as websites.
32+
</p>
933
</body>
1034
</html>

0 commit comments

Comments
 (0)