You can write html code in any notepad, notepad++ is preferred as I use it. But yeah there is many other editor type things in market and you can test them as well. So what you have to do, open notepad and write some lines of code, then save that file with extension .html in any folder. To see result, output, open your file in google or any other browser.
So here is basic syntax:
<!DOCTYPE HTML>
<html>
<header>
<title> My Page </title>
</header>
<body>
.
.
.
</body>
</html>
Html, header, title and other are tags. In HTML we are going to use lot of tags. No need to memorize all of tags because you get used to all of them by just practicing. Basic syntax given above should be correct. So enough for now. Take care :)
No comments:
Post a Comment