Learn HTML From Basics | Introduction To HTML

Html is stands for HyperText Markup Language that developed by Tim Berners-Lee in 1980. HTML is basic Markup Language for web development.
HTML is used for developing web-pages. HTML is very easy to learn you can learn HTML easily.
HTML is full of tags. HTML has tags for every single work like if you want to write a paragraph then you need to write your paragraph between tag.
Here is the example :-
<p>This is how you write a paragraph in HTML<\p>
Every tag have both opening and closing tags expect some tags.
If you open any tag ensure that you close that tag.
HTML files saved with .html extension. You can run HTML files using Web Browser like Google Chrome, Firefox, Safari, etc.
You can write your HTML code in notepad or if you want to make your coding easy or organised then you can use some text editors like notepad++, sublime text, etc.
Comments
Post a Comment