codespot.com
Home News About Join Us Contact

KNOW ABOUT:
Programming C HTML Javascript CSS Java


HTML 5

HTML


Introduction:

HTML is the standard markup language for Web pages. HTML stands for Hyper Text Markup Language. With HTML you can create your own Website. This tutorial follows the latest HTML5 standard. HTML is easy to learn - You will enjoy it! HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.


Why to learn html?

Originally, HTML was developed with the intent of defining the structure of documents like headings, paragraphs, lists, and so forth to facilitate the sharing of scientific information between researchers. Now, HTML is being widely used to format web pages with the help of different tags available in HTML language.
HTML is a MUST for students and working professionals to become a great Software Engineer specially when they are working in Web Development Domain. I will list down some of the key advantages of learning HTML:
Create Web site - You can create a website or customize an existing web template if you know HTML well.
Become a web designer - If you want to start a carrer as a professional web designer, HTML and CSS designing is a must skill.
Understand web - If you want to optimize your website, to boost its speed and performance, it is good to know HTML to yield best results.
Learn other languages - Once you understands the basic of HTML then other related technologies like javascript, php, or angular are become easier to understand.
cprogramming


Applications of HTML

As mentioned before, HTML is one of the most widely used language over the web. I'm going to list few of them here:
1) Web pages development - HTML is used to create pages which are rendered over the web. Almost every page of web is having html tags in it to render its details in browser.
2) Internet Navigation - HTML provides tags which are used to navigate from one page to another and is heavily used in internet navigation.
3) Responsive UI - HTML pages now-a-days works well on all platform, mobile, tabs, desktop or laptops owing to responsive design strategy.
4) Offline support HTML pages once loaded can be made available offline on the machine without any need of internet.
5) Game development- HTML5 has native support for rich experience and is now useful in gaming developent arena as well.


Prerequisites

Before proceeding with this tutorial you should have a basic working knowledge with Windows or Linux operating system, additionally you must be familiar with −
1) Experience with any text editor like notepad, notepad++, or Edit plus etc.
2) How to create directories and files on your computer.
3) How to navigate through different directories.
4) How to type content in a file and save them on a computer.
5) Understanding about images in different formats like JPEG, PNG format.


References:


Video Tutorial: