Skip to main content

क्या आपको इस एप्प के बारे में पता है?Do you know about this app | PS4 RE...

HTML CODING OF MAKING THE CONTENT ON ANY TOPICS

<html>
<head>
<title>
</title>
</head>
<body bgcolor="yellow" link="black"vlink="green">
<font face="arial"color="maroon">
<h2 align="center">CONTENT NAME</h2></font>
<font face="arial">
<img src="IMAGE.jpg"height="150"width="200"align="right">
About the topic in which you want to write
<p>
see also:
<ul>
<li><A href="one.html">related to topic</A></li>
<li><A href="two.html">related to topic</A></li>
<li><A href="three.html">related to topic</A></li> 
</ul>
<table align ="center"border="2"width="250">
<caption>threats of topic</caption>
<tr>1</td>
<td>what is illegible</td>
</tr>
<tr>2</td>
<td>it never be use for wrong purpose</td>
</tr>
<tr>3</td>
<td>what effect on </td>
</tr>
<tr>4</td>
<td>behind the scene </td>
</tr>
<tr>5</td>
<td>disease</td>
</tr>
</table>
<p><p>
<font size="2"><center>for further enquiries and reservations
<a href="xyz@gmail.com">contact us</a><center>
</body>
</html>

NOTE

Please remove the "HIGHLIGHTED" words and write the your words on the highlighted words. 
FOR EXAMPLE:- this html on about elephant

<html>
<head>
<title>
</title>

</head>
<body bgcolor="yellow" link="black"vlink="green">
<font face="arial"color="maroon">
<h2 align="center">INDIAN ELEPHANT</h2></font>
<font face="arial">
<img src="download.jpg"height="150"width="200"align="right">
Elephant, (family Elephantidae), largest living land animal, characterized by its long trunk (elongated upper lip and nose), columnar legs, and huge head with temporal glands and wide, flat ears. Elephants are grayish to brown in colour, and their body hair is sparse and coarse
<p>
see also:
<ul>
<li><A href="one.html">srilankan elephant</A></li>
<li><A href="two.html">sumatarn elephant</A></li>
<li><A href="three.html">borneo elephant</A></li> 
</ul>
<table align ="center"border="2"width="250">
<caption>threats to elephant</caption>
<tr>1</td>
<td>illegal hunting</td>
</tr>
<tr>2</td>
<td>industrialization</td>
</tr>
<tr>3</td>
<td>habitat loss</td>
</tr>
<tr>4</td>
<td>fragmentation</td>
</tr>
<tr>5</tR>
<td>disease</td>
</tr>
</table>
<p><p>
<font size="2"><center>for further enquiries and reservations
<a href="msseriesprogramingblogspot.com">contact us</a><center>
</body>
</html>

RESULT OF HTML



Comments

Popular posts from this blog

Structural Markup And Presentation Markup

STRUCTURAL MARKUP The structural markup tags describe the purpose of the text. These consist of heading <h1>  to  <h6> and paragraph  <p> tags. Most browsers display these in default style but we can use Cascading style sheet (CSS) to style the contents of a webpage. Sometimes style attribute is also  used in the tags to format the HTML document. PRESENTATION MARKUP The presentation markup tags describe the appearance of the text, irrespective of its purpose. Some of the presentation tags are listed in this table.  TAG DESCRIPTION   <strong> Define strong text. Strong here indicates important information. A screen-recorder software will interpret the <b> and <strong> tags differently. Most browser display <strong> as bold text.    <b>          Define bold text. This is only for visual effect.                             <big> Defines big text.   <small>   Define small text.                                                   

learn how to use html

https://www.youtube.com/watch?v=rQLWR6F6aeU&list=PLpmvkaaPI7rLRGhWZ1SlJEykruGkvyLRV&index=2&t=2s