html body { margin-top: 50px !important; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#FFC8C8; height:45px; line-height:45px; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; }
HTML
HTML
HTML
Body Section
</html>
For example
<Html>
<Body>
This is html file
</Body>
</Html>
</Head>
</html>
For example: Mr. Vinayak Hirave (MSC MCA) E-Vision Technology And Education (9890972928)
Page 3
Mr. Vinayak Hirave (MSC MCA) E-Vision Technology And Education (9890972928)
Page 5
3</h3>
4</h4>
5</h5>
6</h6>
13. <Pre>: -This tag preformats the text. The text appearing between
<pre> and </pre> is displayed in monospace form. Using this tag we can
position the characters
For example: <html>
<body>
<pre>
Hello
Welcome to
Webpage
</pre>
</body>
</html>
14. <Font>: - To have different sizes and colors to the text rather than
using headings tags, we can use <font> tag. Size, face and color are the
attributes of the <font> tag.
For example: <html>
<body>
<pre>
<font
size=5
face=verdana
color=#AA00FF>
This
is
an
example
of
font
tag
</font>
</pre>
</body>
</html>
15. <Marquee>: - The marquee tag is used to create scrolling text. The
attribute of the marquee tag is direction which defines the direction of the
text. The default direction is right to left.
For example: <html>
<body>
<marquee>
Scrolling from right to left..
</marquee>
</body>
</html>
Mr. Vinayak Hirave (MSC MCA) E-Vision Technology And Education (9890972928)
Page 7
Mr. Vinayak Hirave (MSC MCA) E-Vision Technology And Education (9890972928)
Page 8
Here
<html>
<body>
<a
is
hypertext
link
to
the
website
href=http://www.google.com>
Click
Here </a>
</body>
</html>
For example: - In the example below, image1.gif is a hypertext link to the
image file located in the same directory.
Mr. Vinayak Hirave (MSC MCA) E-Vision Technology And Education (9890972928)
Page 9
href=image1.gif><img
href=mailto:emailid@host>Mail
me</a>
</body>
</html>
24. List in Html: HTML supports various types of list such as ordered list,
unordered list and definition list. Different list tags are: a.
b.
c.
d.
e.
f.
Unordered List: - An unordered list is a list of items. The list items are
marked with bullets. To make an unnumbered bulleted list use <ul> and
</ul> tag. To insert a list item in unordered list use <li> and </li> tag.
Circle, square, disc are the value to type attributes of <ul> tag.
For example: <html>
<body>
<H4> Unordered List </H4>
<ul type =circle>
Mr. Vinayak Hirave (MSC MCA) E-Vision Technology And Education (9890972928)
Page 10
Mr. Vinayak Hirave (MSC MCA) E-Vision Technology And Education (9890972928)
Page 15
Mr. Vinayak Hirave (MSC MCA) E-Vision Technology And Education (9890972928)
Page 25