mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(learn): remove sentence in transcript (#60224)
This commit is contained in:
-2
@@ -83,8 +83,6 @@ The `body` section is where all your content goes:
|
||||
</body>
|
||||
```
|
||||
|
||||
This is what visitors actually see on your web page.
|
||||
|
||||
Now, why is a boilerplate important? It ensures your pages are structured correctly and work well across different browsers. Using a boilerplate helps you avoid common mistakes and follow best practices. It's a great starting point for any web project. Remember, you can customize your own boilerplate to fit your needs. As you gain experience, you might add your own preferred elements or `meta` tags. As you continue to improve your personal boilerplate, you'll find that it saves you time when starting new projects.
|
||||
|
||||
Next time you start a new HTML file, consider using a boilerplate. It will definitely give you a solid foundation to build on.
|
||||
|
||||
Reference in New Issue
Block a user