HTML Tutorial for Beginners - 00 -
Introduction to HTML
Html is the bedrock of the world wide web and if you 're going to
do anything even in other languages involving the web, it is
highly important. You know Html, so let 's take a look at some of
these bullet points and again. This is an introductory video in the
next video. We 'll actually start doing some code now. all you
have to use is no Pet remember an Html document is simply a
text file so all we really are going to need for this series is no pad.
If you want to use other solutions such as Visual studio or
dreamweaver to follow along in the entire series, you can
certainly do that as well..
HTML Tutorial for Beginners - 01 - Creating
the first web page
In this video, we 're gonna create our very first web page using
Html. Now web browsers can display a lot of different documents.
It 's not just Html They can display XMl files XMl files.. The very
first thing we have to do is tell the browser what type of file this is
and we do that by using the doctype declaration. we 're going to
be using Html 5. In this tutorial. the first real section that comes
after Html is called the head section. the head section contains a
lot of information about the page itself and so this is stuff like the
title of the page that goes in the top menu. the title element is
what shows up in the title bar of the web browser and we 'll see
that in a few moments. the body section is the heart and soul of.
your web page and it needs also a closing tag as well and so
again. It all happens right in here. This is the primary section of
your website.. later on we 'll get to images and hyperlinks and a
lot more but today we 're just gonna insert some simple
headings..
This is the very first webpage now We're going to explore many
more Html tags. This is just a barebones site, but I hope you get
the idea now how the structure works in Html. later on I 'll show
you how we can adjust the font size here. It creates a standard
font size for this paragraph..
Introduction to HTML
Html is the bedrock of the world wide web and if you 're going to
do anything even in other languages involving the web, it is
highly important. You know Html, so let 's take a look at some of
these bullet points and again. This is an introductory video in the
next video. We 'll actually start doing some code now. all you
have to use is no Pet remember an Html document is simply a
text file so all we really are going to need for this series is no pad.
If you want to use other solutions such as Visual studio or
dreamweaver to follow along in the entire series, you can
certainly do that as well..
HTML Tutorial for Beginners - 01 - Creating
the first web page
In this video, we 're gonna create our very first web page using
Html. Now web browsers can display a lot of different documents.
It 's not just Html They can display XMl files XMl files.. The very
first thing we have to do is tell the browser what type of file this is
and we do that by using the doctype declaration. we 're going to
be using Html 5. In this tutorial. the first real section that comes
after Html is called the head section. the head section contains a
lot of information about the page itself and so this is stuff like the
title of the page that goes in the top menu. the title element is
what shows up in the title bar of the web browser and we 'll see
that in a few moments. the body section is the heart and soul of.
your web page and it needs also a closing tag as well and so
again. It all happens right in here. This is the primary section of
your website.. later on we 'll get to images and hyperlinks and a
lot more but today we 're just gonna insert some simple
headings..
This is the very first webpage now We're going to explore many
more Html tags. This is just a barebones site, but I hope you get
the idea now how the structure works in Html. later on I 'll show
you how we can adjust the font size here. It creates a standard
font size for this paragraph..