Thursday 26 January 2017

Try c language

/* This is a c program which shows
Hello World message on execution */
#include <iostream.h>
int main() /* Main function starts from
here*/
{
printf("Hello World!") /* This statement
will print Hello World message */
return 0;
}

Try html

<html>
<head>
<title>Text box demo</title>
</head>
<body>
<form>
<Enter your email :<input type="text"
<value="Email..." name="email" size="
20"> <br><br>
<Enter your password :<input
<type="password" value="Password..."
name="pass" size="20">
</form>
</body>
</html>

<html>
<head>
<title>Button demo</title>
</head>
<body>
<form>
<input type="submit">
<input type="reset">
<input type="button" value="Click here">
<input type="image" value="image-file-
path-here">
</form>
</body>
</html>

Try html

<html>
<frameset rows="10,90">
<frame src="html1.html">
<frame src="html2.html">
</frameset>
</html>

Try html

<html>
<head>
<title>Ordered list </title>
</head>
<body>
<ol>
<li>Ram</li>
<li>Shyam</li>
<li>Sita</li>
<li>Gita</li>
</ol>
</body>
</html>

Try html

<html>
<head>
<title>Naming the tables</title>
</head>
<body>
<table border="2">
<caption> MyTable</caption>
<tr>
<td> nikesh kumar</td>
<td>India</td>
</tr>
</table>
</body>
</html>

Try html

<html>
<head>
<title> Rowspan Webpage </title>
</head>
<body>
<table border="1">
<tr>
<th rowspan="2">Mens</th>
<td>Ram</td>
</tr>
<tr>
<td>Shyam</td>
</tr>
<tr>
<th rowspan="2">Womens</th>
<td>Sita</td>
</tr>
<tr>
<td>Gita</td>
</tr>
</table>
</html>

Try html

<html>
<head>
<title>Colspan WebPage </title>
</head>
<body>
<table border="1">
<tr>
<th>Names</th>
<th colspan ="2">Mobile No.</th>
</tr>
<tr>
<td>Ram</td>
<td>4856456465486</td>
<td>1235713</td>
</tr>
<tr>
<td>Shyam</td>
<td colspan ="2">12683124598</td>
</tr>
</table>
</body>
</html>

Try html

<html>
<head>
<title>Table Heading Page</title>
</head>
<body>
<table border="1">
<tr>
<th> Names</th>
<th>Addresse</th>
</tr>
<tr>
<td>Ram</td>
<td>Ayodhya</td>
</tr>
<tr>
<td>Krishn</td>
<td>Vrindavan</td>
</tr>
</table>
</body>
</html>

Wednesday 25 January 2017

Try html

<a href="https://www.myhindinetbook.blogspot.com">this is a link</a>

Html try

Join date sheet date for your blog par dusre and earn money with flipkart and
<!DOCTYPEhtml><Html><body><h1>myhindinetbook.com</h1></Body></html>Usually I work for questions that it was not be able to

Thursday 19 January 2017

Mobile phone

<iframe style="width:120px;height:240px;"
marginwidth="0" marginheight="0"
scrolling="no" frameborder="0" src="//ws-
in.amazon-adsystem.com/widgets/q?
ServiceVersion=20070822&OneJS=1&Operati
on=GetAdHtml&MarketPlace=IN&source=ac&
ref=tf_til&ad_type=product_link&tracking_id=
555657-21&marketplace=amazon&region=I
Myhindinetbook