L1: What is HTML? | HTML Tutorial | HTML For Beginner | Lesson 1 | Web Development
|
Mithesh talks about an amazing course by Coding in Jazz that is called Full Stack
Web Development with Node.js. At the end of the whole course, you're going to have
this knowledge which you have gained while making all of those projects by learning
with the help of Coding in Jazz. In that course, you can start applying for jobs
because you have those projects in your resume. This video is a part of a playlist
of web development series, so if you have not watched the other videos of this
playlist, go ahead and watch them. Additionally, please do check the Full Stack
Development Course with Node.js as well. You can find the course link in the
description or the pinned comment. The base of a website is an HTML file, so the
full form of HTML is Hypertext Markup Language. A website is made up of a base of
HTML files, so the name has a meaning behind it. The one misconception people have
about HTML is that it is a programming language, which is not true. The meaning
behind the name is that the Markup Language stands for that. HTML is responsible
for heading text, link tables, music, images, videos, input tags, buttons, forms,
and other things. The main aspect of a website is the HTML page, which is also the
first page that opens. The link in between the document and the internet is called
the hyperlink. There are other things as well for which HTML is responsible. These
things include hyperlink, web pages, hypertext documents, and redirection to other
websites.
The name of a website is not very important, although giving it a meaningful name
is desirable. What really matters is the ".html" extension, which specifies that we
are dealing with an HTML file. There are other file extensions such as ".doc",
".mp4", ".mov", and ".jpg", which determine the purpose of the website or document.
Opening and closing tags are used in HTML, and the text written within these tags
gives them meaning. In upcoming web tutorials, specific tags such as the "p" tag
will be discussed. To create an HTML file, all that is required is a text editor,
such as Notepad or a code editor like VS Code. However, HTML is the foundation of a
web page, and without it, nothing can be displayed. CSS, a programming language
that provides styling properties like text alignment, can be used to connect to an
HTML file, along with JavaScript, which provides logical functions to the website.
In other programming languages, a program must be compiled and then run. However,
in web development, we do not need to combine HTML because it is not a programming
language, and it is just a matter of providing tags, both opening and closing ones.
HTML tags are recognized by text written within opening tags, e.g., "html," and the
text is considered as HTML within opening tags. In contrast, in some programming
languages, we need a closing bracket.In the end, to view our website, all we need
is a web browser. The browser will receive the HTML file and display it as a
website. Another way to create an HTML file is also discussed, where we can use a
web browser as a text editor to write HTML files. Overall, the importance of the
".html" extension and the proper use of opening and closing tags must be considered
when creating an HTML file.
The easiest way to write the html is directly write the text or the content that
you want to see so let 's say that we want to say that this is my first website. In
the next upcoming videos we are going to talk about vs code as well how how how we
can install vs code in other web development tutorial videos. Full stack web
development with node. js is an amazing course by coding ninjas. At the end of the
whole course you're going to have one of these projects you can add them in your
resume so you have also gained experience by making them projects making those
projects so you can start applying for jobs or internships.
|
Mithesh talks about an amazing course by Coding in Jazz that is called Full Stack
Web Development with Node.js. At the end of the whole course, you're going to have
this knowledge which you have gained while making all of those projects by learning
with the help of Coding in Jazz. In that course, you can start applying for jobs
because you have those projects in your resume. This video is a part of a playlist
of web development series, so if you have not watched the other videos of this
playlist, go ahead and watch them. Additionally, please do check the Full Stack
Development Course with Node.js as well. You can find the course link in the
description or the pinned comment. The base of a website is an HTML file, so the
full form of HTML is Hypertext Markup Language. A website is made up of a base of
HTML files, so the name has a meaning behind it. The one misconception people have
about HTML is that it is a programming language, which is not true. The meaning
behind the name is that the Markup Language stands for that. HTML is responsible
for heading text, link tables, music, images, videos, input tags, buttons, forms,
and other things. The main aspect of a website is the HTML page, which is also the
first page that opens. The link in between the document and the internet is called
the hyperlink. There are other things as well for which HTML is responsible. These
things include hyperlink, web pages, hypertext documents, and redirection to other
websites.
The name of a website is not very important, although giving it a meaningful name
is desirable. What really matters is the ".html" extension, which specifies that we
are dealing with an HTML file. There are other file extensions such as ".doc",
".mp4", ".mov", and ".jpg", which determine the purpose of the website or document.
Opening and closing tags are used in HTML, and the text written within these tags
gives them meaning. In upcoming web tutorials, specific tags such as the "p" tag
will be discussed. To create an HTML file, all that is required is a text editor,
such as Notepad or a code editor like VS Code. However, HTML is the foundation of a
web page, and without it, nothing can be displayed. CSS, a programming language
that provides styling properties like text alignment, can be used to connect to an
HTML file, along with JavaScript, which provides logical functions to the website.
In other programming languages, a program must be compiled and then run. However,
in web development, we do not need to combine HTML because it is not a programming
language, and it is just a matter of providing tags, both opening and closing ones.
HTML tags are recognized by text written within opening tags, e.g., "html," and the
text is considered as HTML within opening tags. In contrast, in some programming
languages, we need a closing bracket.In the end, to view our website, all we need
is a web browser. The browser will receive the HTML file and display it as a
website. Another way to create an HTML file is also discussed, where we can use a
web browser as a text editor to write HTML files. Overall, the importance of the
".html" extension and the proper use of opening and closing tags must be considered
when creating an HTML file.
The easiest way to write the html is directly write the text or the content that
you want to see so let 's say that we want to say that this is my first website. In
the next upcoming videos we are going to talk about vs code as well how how how we
can install vs code in other web development tutorial videos. Full stack web
development with node. js is an amazing course by coding ninjas. At the end of the
whole course you're going to have one of these projects you can add them in your
resume so you have also gained experience by making them projects making those
projects so you can start applying for jobs or internships.