IMAGE TAG IN HTML
<html>
<body>
<p>this is a<abbr title="timecomputers">tc</abbr></p>
<form name="registration name" >
firstname:<input type="text" id="firstname" name="firstname" size="10">
file:<input type="file" id="img" name="img" accept="tejanth.jpg/*">
<input type="submit">
</body>
</html>
Comments
Post a Comment