Saturday, April 12, 2014

HTML TUTORIAL PART 10

HTML TUTORIAL PART 10

PROBLEM:
LOOK AT THE FOLLOWING:


SOLVED:
THE CODE BELOW MADE THE HTML TIP:

<html>
<head>
<title>
This is My Page
</title>
</head>
<body bgcolor="blue" text="red">
<h1> This is my HTML Page </h1>
<font face="Arial" size="6"> Some Algebric Fomulas </font>
<p>
<font size=5>
a<sup>2</sup>+2ab+b<sup>2</sup>
<p>
H<sub>2</sub>O is water's science name
<p>
</font>
<h2> we can use center tag for aligning center in some text and object even table </h2>
<center> This is Center <p>
<img src="Photo.jpg" height=140 width=200> </center>
<p>
<font color="purple" size=5> This is different Headeings </font>
<p>
H1 <h1> Heading 1 </h1>
H2 <h2> Heading 2 </h2>
H3 <h3> Heading 3 </h3>
H4 <h4> Heading 4 </h4>
H5 <h5> Heading 5 </h5>
H6 <h6> Heading 6 </h6>

<hr size=3 color=red align=left width=50%>

</body>
</html>

No comments:

Post a Comment