Thursday, 17 April 2014

HTML5 BASICS

<html>
<body >
<style>
h1.intro {color:blue;}
p.important {color:green;}
</style>
<body >
<p contenteditable="true">hi how r u</p>
<element contenteditable="true">hi please enter some text</elemment>
<body />

<h1 class="intro"><strong> Hello HTML5</strong></H1>
<p class=''important"><strong> This is a paragraph of HTML5</strong></p>

<IMG SRC=DESERT.JPG alt="W3Schools.com"  ALIGN=LEFT HEIGHT=100 WIDTH=140 />

<br><br><br><br><br><br>
<a href="http://wallposter4html5.blogspot.in/" accesskey="h">HTML tutorial</a><br>
<a href="http://wallposter4corejava.blogspot.in/" accesskey="c">Core java</a><br>
<br>

<table> table
<tr>
<td>1</td> <td>anvesh</td><td>ece</td></tr>
<tr>
<td>2</td> <td>ramesh</td><td>eee</td></tr></table>

<form>
<fieldset>
<legend> personal</legend>
name:<input type="text"  size="10"/> <br><br>
user id:<input type="text"  size="10"/><br>
</fieldset>
<form>

</BODY>

No comments:

Post a Comment