Sunday, January 17, 2016

Seting up HTML5 file

 
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Smashing HTML5!</title>
 
<link rel="stylesheet" href="style.css" type="text/css" />

</head>
 
<body>
Hello world!
</body>
</html>
Copy and paste the code above to a .html document to start writing code. Dont forget to create a .css file to write the style of the page.

Tuesday, January 5, 2016

HTML Basic Tags

In this Post We will discuss about HTML basic tags...thats are used initially in any HTML designed page.......



.......................