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>

No comments: