mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): typo in Understanding the HTML boilerplate lesson (#62824)
This commit is contained in:
parent
d1d3d36ea4
commit
41b6aea6eb
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user