mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: Remove videos from Understanding the HTML Boilerplate lecture block (#61434)
This commit is contained in:
+1
-7
@@ -1,18 +1,12 @@
|
||||
---
|
||||
id: 670838977810401844af6fe0
|
||||
title: What Is the Role of the Link Element in HTML, and How Can It Be Used to Link to External Stylesheets?
|
||||
challengeType: 11
|
||||
videoId: Xdyig5C-oSU
|
||||
challengeType: 19
|
||||
dashedName: what-is-the-role-of-the-link-element-in-html
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --transcript--
|
||||
|
||||
|
||||
Let's learn about the `link` element, and how to use it to link to external stylesheets.
|
||||
|
||||
The `link` element is used to link to external resources like stylesheets and site icons. Here is the basic syntax for using the `link` element for an external CSS file:
|
||||
|
||||
+1
-6
@@ -1,17 +1,12 @@
|
||||
---
|
||||
id: 670838e914096b194b0c51aa
|
||||
title: What Is an HTML Boilerplate, and Why Is It Important?
|
||||
challengeType: 11
|
||||
videoId: IlJEEVOc9o0
|
||||
challengeType: 19
|
||||
dashedName: what-is-an-html-boilerplate
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --transcript--
|
||||
|
||||
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:
|
||||
|
||||
+7
-12
@@ -1,17 +1,12 @@
|
||||
---
|
||||
id: 670839051794aa19fcef6dc8
|
||||
title: What Is UTF-8 Character Encoding, and Why Is It Needed?
|
||||
challengeType: 11
|
||||
videoId: T0VimOMROr8
|
||||
challengeType: 19
|
||||
dashedName: what-is-utf-8-character-encoding
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --transcript--
|
||||
|
||||
What is UTF-8 character encoding, and why is it needed?
|
||||
|
||||
UTF-8, or UCS Transformation Format 8, is a standardized character encoding widely used on the web. Character encoding is the method computers use to store characters as data. Essentially, all text on a web page is a sequence of characters stored as one or more bytes. In computing, a byte is a unit of data consisting of 8 bits, or binary digits. UTF-8 supports every character in the Unicode character set - and this includes characters and symbols from all writing systems, languages, and technical symbols. Here is an example of using the `meta` element with the `charset` attribute to set the character encoding to `UTF-8`:
|
||||
@@ -50,7 +45,7 @@ Which attribute is used to set the UTF-8 character encoding for HTML documents?
|
||||
|
||||
### --feedback--
|
||||
|
||||
Refer back to the middle of video where there are examples showing which attribute to use.
|
||||
Refer back to the examples showing which attribute to use.
|
||||
|
||||
---
|
||||
|
||||
@@ -58,7 +53,7 @@ Refer back to the middle of video where there are examples showing which attribu
|
||||
|
||||
### --feedback--
|
||||
|
||||
Refer back to the middle of video where there are examples showing which attribute to use.
|
||||
Refer back to the examples showing which attribute to use.
|
||||
|
||||
---
|
||||
|
||||
@@ -70,7 +65,7 @@ Refer back to the middle of video where there are examples showing which attribu
|
||||
|
||||
### --feedback--
|
||||
|
||||
Refer back to the middle of video where there are examples showing which attribute to use.
|
||||
Refer back to the examples showing which attribute to use.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
@@ -122,7 +117,7 @@ How many bits are inside of a byte?
|
||||
|
||||
### --feedback--
|
||||
|
||||
Refer back to the beginning of the video where it talks about bytes and bits.
|
||||
Refer back to the information about bytes and bits.
|
||||
|
||||
---
|
||||
|
||||
@@ -130,7 +125,7 @@ Refer back to the beginning of the video where it talks about bytes and bits.
|
||||
|
||||
### --feedback--
|
||||
|
||||
Refer back to the beginning of the video where it talks about bytes and bits.
|
||||
Refer back to the information about bytes and bits.
|
||||
|
||||
---
|
||||
|
||||
@@ -138,7 +133,7 @@ Refer back to the beginning of the video where it talks about bytes and bits.
|
||||
|
||||
### --feedback--
|
||||
|
||||
Refer back to the beginning of the video where it talks about bytes and bits.
|
||||
Refer back to the information about bytes and bits.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user