mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: remove duplicate title in HTML lecture (#61483)
This commit is contained in:
-2
@@ -7,8 +7,6 @@ dashedName: what-is-html
|
||||
|
||||
# --description--
|
||||
|
||||
What Role Does HTML Play on the Web?
|
||||
|
||||
HTML, which stands for Hypertext Markup Language, is a markup language for creating web pages. When you visit a website and see content like paragraphs, headings, links, images, and videos; that's HTML. HTML represents the content and structure of a webpage through the use of elements. Here's an example of a paragraph element:
|
||||
|
||||
```html
|
||||
|
||||
Reference in New Issue
Block a user