summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSHAPESNATCH <SHAPESNATCH@users.noreply.github.com>2016-10-03 16:41:42 +0300
committerven <vendethiel@hotmail.fr>2016-10-03 15:41:42 +0200
commitcf554eba20c0675feba83ae459dbced731998b1f (patch)
tree2625c9e1c95146084f145c2a1c69452a65b1b994
parent9123b543c74220b89ea46f6a9d0923ac678df596 (diff)
[html/en] few changes to the file (#2406)
One typo and closed anchor element
-rw-r--r--html.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.html.markdown b/html.html.markdown
index 3e5e43c3..904fa5c2 100644
--- a/html.html.markdown
+++ b/html.html.markdown
@@ -8,7 +8,7 @@ translators:
---
HTML stands for HyperText Markup Language.
-It is a language which us to write pages for the world wide web.
+It is a language which use to write pages for the world wide web.
It is a markup language, it enables us to write to write webpages using code to indicate how text and data should be displayed.
In fact, html files are simple text files.
What is this markup? It is a method of organising the page's data by surrounding it with opening tags and closing tags.
@@ -33,7 +33,7 @@ This article is concerned principally with HTML syntax and some useful tips.
</head>
<body>
<h1>Hello, world!</h1>
- <a href = "http://codepen.io/anon/pen/xwjLbZ">Come look at what this shows/a>
+ <a href = "http://codepen.io/anon/pen/xwjLbZ">Come look at what this shows</a>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<ul>