How to insert image
If you use this tag then you have to define its width and height and alt.
Html coder ,here you will learn free web development course and very easy to understand in simple language. Full free and very useful content are available
If you use this tag then you have to define its width and height and alt.
Break Tag <br>
This tag is use to break the sentence from the paragraph. This tag is empty tag ,means you don't need to close the tag.
In simple word this is the enter button of the keyboard, when you write some paragraph on MS Word ,if you want make the sentence below then you click on enter and the sentence goes down, just like that <br> works .
Code for <br> :
1. What is the use of paragraph tag?
Ans: This tag is use for writing paragraph or essay and any thing. This is also a container tag <p> </p>.
Just use the tag inside the body tag and all your content will visible on web. Always remember that you need to close the tag after writing you paragraph.
Code:
We are starting our class of web development, first we starts with HTML and there are tag that you need to learn to go step ahead .
1. What are container tags?
Ans: The tags '< >' which are need are need to be closed '< / > ' are called container tag.
Here are some container tags listed below
Tags Works
<h1 to h6 > </h1 to h6> This tag is for heading h1 for big heading and h6 is for small.
<p> </p> This tag is use for writing paragraph.
<div> </div> This is use for division in a webpage.
2. What are empty or non-container tags?
Ans: The tags '< >' which are not needed to be closed are called non-container tags.
Here are some tags listed below:
Tags Works
<br> This tag is use for break or enter
<img> This tag is use for image inserting.
Now you the basics and important tags which will help you to create your first web page.
Lets start, first we will use the above tags to understand the use.
<h1 to h6> tag
And the result will be:
We are ready to conduct out web design and development classes for free and very easy to understand.
Topics which we will cover:
Image insert :- The <img> is use to insert image in html. This is an empty tag, so you don't need to close the tags . If you u...
0 comments: