HTML
HTML: Hyper Text Markup Language
How many of you aware of this web designing language. First of all you should heard anything regarding this Language. If not means here you have a very good materials to get excel in it.
Introduction:
HTML is a basic web designing language using that we can design a simple web without lot more graphic stuffs. In HTML everything is represented in the form of tagging. Here comes the general Syntax.
HTML- Tag opening
Head- Tag opening
Title- Tag opening
"The title"
Title- Tag closing
Head- Tag closing
Body- Tag opening
Here comes the body matter.
Body- Tag closing
HTML- Tag closing
Note: Generally all tags will open with the "<>" and close with "/" succeding the delimiter "<".
Using this syntax we generate a simple webpage as shown below.
html- Tag opening
head- Tag opening
title- Tag opening "Sample page"
title- Tag closing
head- Tag closing
body- Tag opening
p- Tag opening "This is a body of webpage"
p- Tag closing
body- Tag closing
html- Tag closing
Some Basic rules or limitations of HTML are listed here
Html tags are non case sensitive.
Proper looping of tags isn’t needed.
Built-in tags only available.
Limited user friendly options.
Html files should end with .html extension.
Tags For HTML:
Paragraph Tag:
p- It’s used to create a paragraph.
Heading Tag:
We can include the heading using head level tags as shown below.
"h1,h2,……hn"
Anchor tag:
It’s a major tag used in all webpage. Used to give text or hyperlink between webpages.
A simple hyperlink tag as shown for your understanding
General syntax: a href="path name"- Tag opening "Link statement"a- Tag closing
Example:
a href="C:/Mydocuments/sv.html"- Tag opening "Click Here" a- Tag closing
How many of you aware of this web designing language. First of all you should heard anything regarding this Language. If not means here you have a very good materials to get excel in it.
Introduction:
HTML is a basic web designing language using that we can design a simple web without lot more graphic stuffs. In HTML everything is represented in the form of tagging. Here comes the general Syntax.
HTML- Tag opening
Head- Tag opening
Title- Tag opening
"The title"
Title- Tag closing
Head- Tag closing
Body- Tag opening
Here comes the body matter.
Body- Tag closing
HTML- Tag closing
Note: Generally all tags will open with the "<>" and close with "/" succeding the delimiter "<".
Using this syntax we generate a simple webpage as shown below.
html- Tag opening
head- Tag opening
title- Tag opening "Sample page"
title- Tag closing
head- Tag closing
body- Tag opening
p- Tag opening "This is a body of webpage"
p- Tag closing
body- Tag closing
html- Tag closing
Some Basic rules or limitations of HTML are listed here
Html tags are non case sensitive.
Proper looping of tags isn’t needed.
Built-in tags only available.
Limited user friendly options.
Html files should end with .html extension.
Tags For HTML:
Paragraph Tag:
p- It’s used to create a paragraph.
Heading Tag:
We can include the heading using head level tags as shown below.
"h1,h2,……hn"
Anchor tag:
It’s a major tag used in all webpage. Used to give text or hyperlink between webpages.
A simple hyperlink tag as shown for your understanding
General syntax: a href="path name"- Tag opening "Link statement"a- Tag closing
Example:
a href="C:/Mydocuments/sv.html"- Tag opening "Click Here" a- Tag closing

Comments