Web Development Course HTML basics (Part 1) - Techy Solution

Google Adsense

adsense ads

Web Development Course HTML basics (Part 1)

Web Development Course HTML basics (Part 1):

Web Development Course HTML basics

We are going to start a course of web development in which we will teach you all about web development like HTML, PHP, CSS, XML etc. and its a free course so no need to worry about anything.

So, Our first topic is HTML or we can say basic of HTML and in our second part, we gonna discuss the Advance HTML.

HTML basics

First, we Discuss what is HTML and Is HTML is a programming language so, the answer is HTML is a language but not a programming language HTML is the hypertext markup language.

Now we need to understand that basic of HTML and how its work and in this post, we will study.
  • HTML4 Vs HTML5
  • Making our first page of HTML
  • The software we need to start or create an HTML file
  • Basic HTML Tag
  • Paragraph Tag
  • Break Tag
  • Header Tag
  • Bold and Italic Tag
All this topic we study in the HTML basic part and other stuff we study in our next part or next post on the topic of Advance HTML.

HTML4 Vs. HTML5

There is a difference of coding in both HTML version in the HTML4 the coding is more and in the HTML5 the coding is less

for example:

HTML5

<!DOCTYPE HTML>
<html>
<head>
<title>Title of your document</title>
</head>
<body>
<h1>Heading of your document</h1>
<p>Content of you document</p>
</body>
</html>

HTML 4

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”
“http://www.w3.org/TR/html4/strict.dtd”>
<html>
<head>
Header of your document
</head>
<body>
Body Content
</body>
</html>

Making our first page of HTML

Now we gonna make our first HTML file or our first HTML page.

Steps to make our First HTML page
  1. Open any notepad in your desktop or laptop.
  2. write any content without any tag and coding and tag and coding we will discuss in our next topic.
  3. save your file with the extension of .html
  4. save on the desktop and open in the browser 
  5. you see your content there and this is how we make our first page of HTML
Now we discuss The software we need to start or create an HTML file.

The Software we need to start or create an HTML file

There are lots of software available on the internet but I personally like two software you can also use this software as we know stock notepad we use its not much feature-rich to use coding so, we use this software
  • First one is Notepad++
  • The second one is Bracket
Now we discuss the basic HTML tags

Basic HTML Tag

We now that HTML is all on tags if your tags are wrong then your whole page is going to wrong so, we need to understand some basic tags related to the HTML.
  • < > This one is opening tag
  • </> This one is used for closing the tag
  • <p> this tag is used for a paragraph or we can say this is a paragraph tag
  • <b> this tag is used for making any line or word bold or we can say this is a bold tag
  • <i> this tag is used for making any line or word italic or we can say this is an italic tag
  • <br> this is a break tag this tag is used for break the line of the same paragraph
  • For the Header tag we use the H1, H2...H6 there is six header tag used for SEO or making any heading
  • The all tag we open in the beginning, we have close the same tag at the ending of the same content, for example, I want to make the example word bold so, we write <b>Example</b>.
I think this is enough for the basic of HTML in the next part we will discuss the advance of HTML and discuss the advance HTML coding like image tag, audio-video, resizing etc.

Conclusion of Web Development Course Of HTML Basic

In this, We have completed some basic commands and tags of HTML and other stuff we will discuss the advance HTML if you have any query related HTML basic comment us we will surely reply your comment.
Previous article
Next article

Leave Comments

Post a Comment

Articles Ads

Articles Ads 1

Articles Ads 2

Advertisement Ads