Posts

How to write a html code?

Image
Introduction Writing a code in HTML is easy. When I say HTML I mean HTML 5 which is the latest version of HTML. Before beginning let's know a little about HTML language. HTML stands for HyperText Markup Language as the name suggests it's a markup language, not a programming language because it does not have a logical aspect. HTML forms the basic structure of every website we see over the internet. That's all for the introduction. Let us begin then. Structure of an HTML code   Structure of an HTML code Writing a HTML code So what tools we require? We do not need anything special for writing code in HTML. If you're on a Windows platform you can use Notepad to write your code and if you're on Mac OS you can go for TextEdit. These are the basic tools that are preloaded on these platforms. Otherwise, you can use Sublime text (paid), VS studio code(free), Atom(free), etc. These are text editors to write and edi...