Learn html Part (5)
Hello everyone in
this post I will teach you more about html in previous part we learn how to
make table and uses of mark tag and also some the other tags in this post will
teach you more about the html there are many tags to explained I will
recommended to you that you can also check and learn the book that I will told
you in my previous posts so must see and learn that book because from that book
you will learn more about html.
Address
tag.
<address> tag
we use this tag for making address in the page. I don’t think that I will
explain this tag you more because everyone knows the meaning of address.
Cite tag.
<cite> tag we
this tag for present the name of any people name and any book name or like the
name of some special thing after a name of that special thing we will explain
them for example.
<cite>name</cite>
and here we will add explaination.
Like this book is
written by ………
Html
links.
The links that we create
to go from one page to another page like you see in many website that there are
some links in website and when you click on them you will go another page with
the help of that link .So to another page we use this tag <a herf=""></a>
.There are many types of this tag and I will told you five types.
1. <a herf=""> </a>
this tag creat a hyperlink with define anchor text.
2. <a name=""> </a>
anchor text used to bring users to a specific place in a document.
3. <a herf="mailto:">
</a> A link that pulls up an outgoing massages to a specific email
address.
4. <a herf="#name">
</a> anchor text used to bring users to a div element.
5. <a herf="tel://###."> </a> A link that makes
numbers clickable .Great for mobile users.
Target
tag .
This tag is used to
open link in new tab of browser we use this tag like this.
<a herf=https://www.google.com target="__blank">
By typing this this
code when you go on your website page and open this link then with the help of
target tag the link will be open in new tab of browser.
Label
tag.
We use this tag to
make label in the page of website.
<label
name=""></label>
In this code the name
tag is used for the name of your label. First you want to write name in the
name tag. The name that you write in name tag is actually the name of your
label.
Input
tag.
This tag is used to
get input from user .The input attribute shows what type of field information
to receive from the user .There are also many types of input tag I will told
you five input tags.
1-<input type=""
name="">.
2-<input type="button"
name="" value="">
3-<input type="checkbox"
name="" value="">
4-<input
type="date" name="" value=""
placeholder="">
5-<input
type="email" name="" value=""
placeholder="">
Form Tag.
This tag is used to
create a form .Combined with attributes .To show how the form will be operate
<form></form>
Method
tag.
method=""
This tag refers to
HTTP method and how to send the form data.
Action
url tag.
action="url"
This tag shows where
data is sent when a visitor submits the form.
Enctype
tag.
Enctype=""
This tag dictates
how the form data is supposed to be encoded when submitting information to the
webserver. Only this tag is used with method="post" tag.
Field set
tag.
<fieldset>
</fieldset>
This tag identifies
the group of all the fields in the form.
Type tag.
type=""
This tag is
specifies field input type, including text, password, date-time and checkbox
etc.
Name tag.
name=""
This tag is used for
the name of the form or other things in which we wants to represent the name of
anything.
Value
tag.
value=""
This tag is used for
the value of the field input information.
Size tag.
size=""
This tag is used for
input element of the field characters or to adjust the size of other things
like text in your page.
Max
length tag.
maxlength=""
This tag is
represent the maximum input element characters allowed.
Max tag.
max=""
this tag is
represent the maximum value of an <input> element.
Shorter
question tag.
<q>…….</q>
Here the meaning of
q is actually quotations and this tag is represent shorter quotations
Hr tag.
<hr/>
This tag is used create
a horizontal rule or sectional break. This is used to create a change in topic
or section on the page.
Sub tag
<sub>
</sub>
This tag is represent
the subscript text that is smaller and placed a half-line lower than previous
text.
Super
script
<sup></sup>
The meaning of this
tag is superscript tag .It is used for superscript text which is half a line
higher than previous text.
Break tag.
<br/>
This is also
discussed in previous parts. The meaning of this tag is break. This creates a
line break used for writing blocks of text on different lines.
Pre tag.
<pre> </pre>
This tag is
monospace text laid out with the whitespace inside the element intact.
Ins tag.
<ins>
</ins>
This tag shows a
section that has been inserted into the content.
Blockquote
tag.
<blockquote
> </bockquote>
These tag are used for
long paragraph of quotation which are commonly cited as well.
Del tag
<del>
</del>
This tag is
represented the delete tag this tag is for delete anything in the website page
if you wants to delete anything in your website than you can use this tag I also
explain this tag in previous part.
Bold tag.
<b> </b>
If you wants to do
something in website bold then you can use this tag This tag can easily bold
anything in webpage .
Strong
tag.
<strong>
</strong>
This tag is used for
display something in bold or strong in browser page this is also working like
bold tag.
Em tag.
<em>
</em>
The mening of this
tag is emphasis tag. Turns text into italic for on browsers.
Cite tag
This tag high light reference
information about the page .This include description, author , publish date,
keywords, and other “off-page” information.
I hope that you do
practice of these codes because practice makes a man perfect. If you have any
question are you wants you could not now some thing then you can do comment so
I can help you .In my next part I will teach you more tags of Html. There are
many uses of Html you can do a lot of thing if you learn html for example.
1-Making a website
2-Doing Job
3-In freelancing
And you can also use
this language I many platforms Now it’s your choice that in which plat form you
wants to do work and the codes that I will teach you wants to do practice of
these codes I recommended to you that download the subline text editor because
through this software you can code very easily and fast this software can also
help you in coding but if don’t wants to install any software in your computer
than you can use notepad which is available in windows .There are also many
Software you can also try that software’s .And also don’t forget the practice because
without practice you cannot learn the Html properly .OK lets by .
Very thank you for
your time

0 Comments