Skip to content

Commit 71bbcc1

Browse files
committed
chapter#1
1 parent 8d7e083 commit 71bbcc1

File tree

9 files changed

+172
-0
lines changed

9 files changed

+172
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>BLOG</title>
5+
</head>
6+
<body>
7+
<h2>BLOG</h2>
8+
<a href="index.html">Back to home</a>
9+
</body>
10+
</html>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head lang="en">
4+
<meta charset="UTF-8" />
5+
<title>Convers</title>
6+
</head>
7+
8+
<article>
9+
<header>
10+
<h2>Conver Chuck Taylor ALL Star Low Top</h2>
11+
</header>
12+
13+
<img src="img/challenges.jpg" alt="" width="250" />
14+
15+
<p><strong>$65.00</strong></p>
16+
17+
<p>Free shipping</p>
18+
19+
<p>
20+
Ready to dress up or down,these classic canvas Chucks are an everyday
21+
wardrobe staple.
22+
</p>
23+
24+
<p>
25+
<a href="https://www.converse.com" target="_blank"
26+
>More information &rarr;</a
27+
>
28+
</p>
29+
30+
<p><strong>Product details</strong></p>
31+
<ul>
32+
<li>Lightweight,durable canvas sneaker.</li>
33+
<li>Lightly padded footbed for added comfort.</li>
34+
<li>Iconic Chunk Taykor ankle patch.</li>
35+
</ul>
36+
<button>Add to cart</button>
37+
</article>
38+
</html>
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>The Basic Language of the Web:HTML</title>
6+
</head>
7+
8+
<body>
9+
<!--
10+
<h1>The Basic Language of the Web:HTML</h1>
11+
<h2>The Basic Language of the Web:HTML</h2>
12+
<h1>The Basic Language of the Web:HTML</h1>
13+
<h4>The Basic Language of the Web:HTML</h4>
14+
<h5>The Basic Language of the Web:HTML</h5>
15+
<h6>The Basic Language of the Web:HTML</h6>
16+
-->
17+
18+
<header>
19+
<h1>📘 The Code Magazine</h1>
20+
21+
<nav>
22+
<a href="blog.html">Blog</a>
23+
<a href="#">Challenges</a>
24+
<a href="#">Flexbox</a>
25+
<a href="#">CSS Grid</a>
26+
</nav>
27+
</header>
28+
29+
<article>
30+
<header>
31+
<h2>The Basic Language of the Web: HTML</h2>
32+
<img
33+
src="img/laura-jones.jpg"
34+
alt="Headshot of laura jones"
35+
width="50"
36+
height="50"
37+
/>
38+
<p>Posted by<strong> Laura Jones</strong> on Monday, June 21st 2027</p>
39+
<img
40+
src="img/post-img.jpg"
41+
alt="HTML code on a screen"
42+
width="500"
43+
height="200"
44+
/>
45+
</header>
46+
<p>
47+
All modern websites and web applications are built using three
48+
<em>fundamental</em> technologies: HTML, CSS and JavaScript. These are
49+
the languages of the web.
50+
</p>
51+
52+
<p>
53+
In this post, let's focus on HTML. We will learn what HTML is all about,
54+
and why you too should learn it.
55+
</p>
56+
<h3>What is HTML?</h3>
57+
<p>
58+
HTML stands for <strong>H</strong>yper<strong>T</strong>ext
59+
<strong>M</strong>arkup <strong>L</strong>anguage.It's a markup language
60+
that web developers use to structure and describe the content of a
61+
webpage (not a programming language).
62+
</p>
63+
<p>
64+
HTML consists of elements that describe different types of content:
65+
paragraphs, links, headings, images, video, etc. Web browsers understand
66+
HTML and render HTML code as websites.
67+
</p>
68+
<p>In HTML, each element is made up of 3 parts:</p>
69+
<ol>
70+
<li>The opening tag</li>
71+
<li>The closing tag</li>
72+
<li>The actual element</li>
73+
</ol>
74+
<p>
75+
You can learn more at<a
76+
href="https://developer.mozilla.org/zh-CN/"
77+
target="_blank"
78+
>
79+
MDN Web Docs</a
80+
>.
81+
</p>
82+
<h3>Why should you learn HTML?</h3>
83+
<p>
84+
There are countless reasons for learning the fundamental language of the
85+
web. Here are 5 of them:
86+
</p>
87+
<ul>
88+
<li>To be able to use the fundamental web dev language</li>
89+
<li>
90+
To hand-craft beautiful websites instead of relying on tools like
91+
Worpress or Wix
92+
</li>
93+
<li>To build web applications</li>
94+
<li>To impress friends</li>
95+
<li>To have fun 😃</li>
96+
</ul>
97+
<p>Hopefully you learned something new here. See you next time!</p>
98+
99+
<aside>
100+
<h4>Related posts</h4>
101+
<ul>
102+
<li>
103+
<img src="img/related-1.jpg" alt="" width="75" />
104+
<a href="#"> How to Learn Web Development</a>
105+
<p>By Jonas Schmedtmann</p>
106+
</li>
107+
108+
<li>
109+
<img src="img/related-2.jpg" alt="" width="75" />
110+
<a href="#">The Unknown Powers of CSS</a>
111+
<p>By Jim Dillon</p>
112+
</li>
113+
114+
<li>
115+
<img src="img/related-3.jpg" alt="" width="75" />
116+
<a href="#">Why JavaScript is Awesome</a>
117+
<p>By Matilda</p>
118+
</li>
119+
</ul>
120+
</aside>
121+
<footer>Copyright &copy; 2027 by The Code Magazine.</footer>
122+
</article>
123+
</body>
124+
</html>

0 commit comments

Comments
 (0)