Tuesday, April 17, 2012

< My html hunt trip>

 <div> tag analogy

 <blockqoute>

 <ol>

<ul>

<menu>

<time>


Saturday, April 14, 2012

HTML Editor

I prefer to use notepad++ it's  easy for indentation, syntax and code highlights

here is my work:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello World by MASSOD</title>
</head>
<body>

<h1>Hello World  by MASSOD</h1>
<p>
This code is written by my hands, it's a different!!
</P>
</body>
</html>

Thursday, April 12, 2012

my first lesson from P2PU Webcraft


This is my hand written code, very different experience and I have managed to do it in 15 minutes too.