fix(curriculum): typo in Understanding the HTML boilerplate lesson (#62824)

This commit is contained in:
Ansh kathil 2025-10-15 19:46:18 +05:30 committed by GitHub
parent d1d3d36ea4
commit 41b6aea6eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ dashedName: what-is-an-html-boilerplate
Let's learn about the HTML boilerplate.
What is the HTML boilerplate, you ask? It's like a ready-made template for your webpages. Think of it as the foundations of a house. A boilerplate includes the basic structure and essential elements every HTML document needs. It saves you time and helps ensure your pages are set up properly. Here is an example:
What is the HTML boilerplate, you ask? It's like a ready-made template for your webpages. Think of it as the foundation of a house. A boilerplate includes the basic structure and essential elements every HTML document needs. It saves you time and helps ensure your pages are set up properly. Here is an example:
```html
<!DOCTYPE html>