The full course is only going to be about an hour anybody can learn html even you. HTML is an
acronym for hypertext markup language it 's the most basic building block of the web it allows
you to add change and remove website content and that 's a good thing to know it's mandatory
to know for web developers. After downloading the live server extension we will create a new
folder under the explorer tab open folder wherever you want. Create a new file name this index.
html which will be the home page of your website. The title of this web page is my first website
and you may have noticed that this web browser was opened with edge. If you need some sort
of title for your web page you can always play some text within a pair of h1 header tags before i
discuss p tags we should discuss what elements are elements embody the opening tag any
content within and the closing tag so for example this is a opening title tag and a closing title
tag. There's also an hr element and i do not mean human resources i mean horizontal rule.
When adding comments to your HTML code, it's important to note that they will not be
displayed within the body of the document, but can serve as a note for yourself or other
developers. To create a comment, you need to use an angle bracket exclamation point followed
by two dashes, which will create an arrow pointing to the right to indicate the end of the
comment. You can set a target attribute to specify whether a hyperlink should open in a new tab
or window by setting it to underscore blank. To create a hyperlink, you can set the href attribute
to the relative file path of the page you want to link to, which can be useful for navigation bars
that take you to different pages. Additionally, you can use the href attribute to create email links
by using "mailto:" followed by the email address. When adding images to your HTML code, it's
considered good practice to include alternative text using the alt attribute, which is read aloud
by screen readers. You can also turn an image into a hyperlink by surrounding it with an opening
and closing tag and using the href attribute, and add audio to your web page using the audio
element and a WAV file.
There are three types of lists in HTML: unordered, ordered, and description lists. Depending on
the list you want to use, you can use appropriate tags. For ordered lists, the order of the list
items matters and you can change the type to a number, letter, or Roman numeral using the
type attribute within the opening tag. To create a table, you need to use the table tags and add
rows using th tags. If you want to add color to a webpage, you can use the style attribute within
the opening tag of an element, and add CSS properties.In addition, the video in Passage B
demonstrates how to add audio to a webpage using an audio element and a source attribute
equal to an audio file of your choosing. You can also use nested sources within the video
element to ensure compatibility with different browsers. If you need the audio to loop, you can
add the loop attribute. Furthermore, Passage B provides examples of using unordered and
ordered lists in HTML, as well as creating a grocery list as an example of an unordered list and a
list of ingredients for pizza as an example of an ordered list.
In this video, I'm going to show you all how we can add a video to a web page. To do this, you'll
need a video file of one of these file types, such as mp4. When I was in Tokyo some years ago, I
saw a real-life Mario Kart racing down the street. What I did was place this mp4 file next to my
index.html file and then, within VS Code, we will create a video element and list the src attribute
equal to the name of our file that we're working with. We can also create nested sources within
our video element source if your browser does not support an mp4 video file. If you need this to
loop, just add the loop attribute. In addition, in this video, I'm going to show you all a few useful
acronym for hypertext markup language it 's the most basic building block of the web it allows
you to add change and remove website content and that 's a good thing to know it's mandatory
to know for web developers. After downloading the live server extension we will create a new
folder under the explorer tab open folder wherever you want. Create a new file name this index.
html which will be the home page of your website. The title of this web page is my first website
and you may have noticed that this web browser was opened with edge. If you need some sort
of title for your web page you can always play some text within a pair of h1 header tags before i
discuss p tags we should discuss what elements are elements embody the opening tag any
content within and the closing tag so for example this is a opening title tag and a closing title
tag. There's also an hr element and i do not mean human resources i mean horizontal rule.
When adding comments to your HTML code, it's important to note that they will not be
displayed within the body of the document, but can serve as a note for yourself or other
developers. To create a comment, you need to use an angle bracket exclamation point followed
by two dashes, which will create an arrow pointing to the right to indicate the end of the
comment. You can set a target attribute to specify whether a hyperlink should open in a new tab
or window by setting it to underscore blank. To create a hyperlink, you can set the href attribute
to the relative file path of the page you want to link to, which can be useful for navigation bars
that take you to different pages. Additionally, you can use the href attribute to create email links
by using "mailto:" followed by the email address. When adding images to your HTML code, it's
considered good practice to include alternative text using the alt attribute, which is read aloud
by screen readers. You can also turn an image into a hyperlink by surrounding it with an opening
and closing tag and using the href attribute, and add audio to your web page using the audio
element and a WAV file.
There are three types of lists in HTML: unordered, ordered, and description lists. Depending on
the list you want to use, you can use appropriate tags. For ordered lists, the order of the list
items matters and you can change the type to a number, letter, or Roman numeral using the
type attribute within the opening tag. To create a table, you need to use the table tags and add
rows using th tags. If you want to add color to a webpage, you can use the style attribute within
the opening tag of an element, and add CSS properties.In addition, the video in Passage B
demonstrates how to add audio to a webpage using an audio element and a source attribute
equal to an audio file of your choosing. You can also use nested sources within the video
element to ensure compatibility with different browsers. If you need the audio to loop, you can
add the loop attribute. Furthermore, Passage B provides examples of using unordered and
ordered lists in HTML, as well as creating a grocery list as an example of an unordered list and a
list of ingredients for pizza as an example of an ordered list.
In this video, I'm going to show you all how we can add a video to a web page. To do this, you'll
need a video file of one of these file types, such as mp4. When I was in Tokyo some years ago, I
saw a real-life Mario Kart racing down the street. What I did was place this mp4 file next to my
index.html file and then, within VS Code, we will create a video element and list the src attribute
equal to the name of our file that we're working with. We can also create nested sources within
our video element source if your browser does not support an mp4 video file. If you need this to
loop, just add the loop attribute. In addition, in this video, I'm going to show you all a few useful