Easily Learn Web Design and HTML (Part-1) [A to Z]

Easily Learn Web Design and HTML (Part-1) [A to Z]

Today, I have appeared in episode 6 of Web Design and HTML (Technique Part-1) [A to Z] for easy learning.


HTML will be taught in this series very easily and using some different techniques. With this you can easily remember the codes. Hope you become the master of HTML Language with a little focus on this series. (This series is designed for those who find HTML too difficult).

So let's start today's episode:

★ What do I need to know if I want to learn the HTML language first?

 If you want to learn any language, first you need to know some letters of that language and some other things like it. The rules for making letters, words, sentences are known. In the HTML language, these letter words are denoted as tags, attribute .... Each tag is written with the <<this symbol and the last </> symbol. The attribute is used to specify the properties of the tag. With this example, I will try to write with each one.
General Chat Chat Lounge
So let's see how these tags and attributes work.
General Chat Chat Lounge
★ What we will learn in today's post:


4. How to show BODY text in HTML?
2. How to write a heading with HTML?
৩. How to write in the form of pragraphs with HTML?

Answes:

The HTML document starts with <html> and ends with </html>.
1.HTML BODY Tag:
 The visible part of the html document lies between <body> and </body>

 Example-
<HTML>
 <Body>
Thank you very much for reading this post.Stay with Tahercoxbd
 </ Body>
 </HTML>

You can try this by typing this code in the Comments section ||
2. HTML Heading Tag:
  In HTML, a title is written with the tag <h1> to <h6>. As such, the title "HTML Heading Tag:" has been added to the car using the tag. <h6> is the smallest and lightest heading.

 Example:

 a) <h1> This is the first phase of HTML </h1>
 b) <h2> This is the first phase of HTML </h2>
 c) <h3> This is the first phase of HTML </h3>
You can try this by typing this code in the Comments section ||
 1. HTML pragraph tag:
 HTML pragraphs are written with the <p> tag.

 Example-

 <p> Click on Like button if this post gives any benefit to you. Try it in the comment box </p>

You can try this by typing this code in the Comments section ||

General Chat Chat Lounge

★ Summary of Post
Today we have learned to use the following code in a web page. We can add other html contents to the web page after the post ends.
General Chat Chat Lounge
<html>
 <Body>
Thank you very much for reading this post.Stay with Tahercoxbd
<h1> This is the first episode of HTML </h1>
<p> Click on Like button if this post gives any benefit to you. Try it in the comment box </p>

 </ Body>
</html>


You can try out the HTML page created in this summary by commenting in the comment box
General Chat Chat Lounge
 So that's it today. Hopefully this post will help you. And yes, if you enjoy the post so much, be sure to comment in the comments.

Notice: The post is written for the benefit of the people. Please do not use it for any bad purpose. The author is not responsible if you use it for any bad purpose.


 If you make a mistake, please look at the page. And please do not use the post in any bad way. The author is not responsible for any wrongdoing using it. The post is written for complete education.


Thanks......................


Next Post Previous Post
No Comment
Add Comment
comment url