Pages

Showing posts with label HTML5. Show all posts
Showing posts with label HTML5. Show all posts

Thursday, September 20, 2012

Simple Slide Panel Using Jquery and CSS

This tutorial helps to create simple slide panel using Jquery and CSS.
Here is the sample HTML Code.

HTML Code:


<!doctype html>
<html>
<head>
<style></style>
<script></script>
</head>
<body>
<div id="panel">
<img style="float:left; "src="welcome-to-my-blog.jpg" align="center" height="100%"/>
< br/><br/>
<p><i><h1>Put your own content here</h1></i></p>
</div>
<p class="slide"><a href="#" class="btn-slide">Slide Panel</a></p>
</body>
</html>



Friday, August 31, 2012

Beginning HTML5

This tutorial help you to understand the Syntax of HTML5
 Look at the below sample html code

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Arunkumar ‘s blog</title>
<link type="text/css" rel="stylesheet" href="example.css">
<script type="text/javascript" src=" example.js"></script>
</head>
<body>
<h1>Welcome to My blog</h1>
<p>Join my site to know about Web. </p>
</body>
</html>


Saturday, August 25, 2012

A new Era of Web Development – HTML5


 Tim Berners lee introduced HTML and wrote Browser in early 1990’s. The main purpose is to use and share documents among CERN researchers. 

After that it is continuously adding many new features like CSS, Java Script etc..
More than two decades after HTML was introduced still we are asking questions about Web like

What is World Wide Web?
What it can be?
What are the main features and applications we can use and really important to us?
What are the tools available to develop these great sites and apps? And Finally
How effectively we can build these apps and sites so that it can fit into Browser?