In our last article, we make mentioned about the HTML, head and body elements. So in this post, We will look deeply into how these elements works and when to use and how to use them when building website from scratch. Now if you have been told that, making or creating website is hard. I can boldly tell you that, that true. If you put your head and learn it properly, creating website is not actually difficult. So when you are set to start creating website. The first thing you need is code editor. There are a lot of them free to download on the internet. But if you using Windows operating system (OS) I prefer you start with notepad which comes with every Windows operating system. Click on the system menu button, type in NOTEPAD in the search input field and notepad will pop up, then click to open it. Now we have our notepad running. When you want to start writing html codes, the first thing to do is to declare the document type. Declaring the document type tells the browser or interprete...
Comments
Post a Comment