fix: remove duplicate title in HTML lecture (#61483)

This commit is contained in:
yuktha b
2025-07-27 02:27:19 -07:00
committed by GitHub
parent f45b667553
commit a9d44cda57
@@ -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