Learn how to write HTML Code step by step, HTML Tutorial for students and beginners with real-time examples.
HTML is the standard markup language for creating Web pages, HTML stands for HyperText Markup Language, DHTML is Dynamic HTML or Dynamic Hypertext Markup Language.
In this tutorial you will learn HTML with example of table, div, span, paragraph, hyperlink, image, list, iframe, id, layout, formatting and more
Though anybody can learn HTML, no previous experience required, but before proceeding with this HTML learning tutorial you should have some basic understanding about Windows or Linux operating system, or if you are familiar with any of following tools that would be added advantage
Above all, you should have willingness to learn new things
There are many HTML editors available, but as a HTML learner, you should start Learning HTML in Plain Notepad, or just download Notepad++, There you should practice all HTML Tags listed on left side.
After you write some HTML on notepad file, save the file with ".html" or ".htm" extention. Then open the file in any browser like Internet Explorer or Goolge Corme
HTML tags are element names surrounded by brackets
<H1>Welcome to WebTrainingRoom</H1>
<html>
element is the root element of an HTML page<head>
element contains meta information about the document<title>
element specifies a title for the document<body>
element contains the visible page contentSample HTML Document
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>This is Heading</h1> <p>Content paragraph goes here.</p> </body> </html>
You need to learn many tags for designing a complete HTML page; here I am sharing some of the important tags that you must learn to become a HTML designer.
This tag contain few sub tags and all information those are very important for SEO
This html tag is used for designing Form that allow user submitting their inputs.
This tag can be used when you want to display something in sequence, there are few different types.
This is one of the very useful html tags that we use extensively for designing responsive webpage
Span tag is very similar to div tag, but there are some difference in behaviour and usage.
P (Paragraph) Tag helps maintaining consistency in maintaining space while displaying content.
This html element can be used when you want to pull external content into your webpage
This two attributes are very useful when we want to access any particular HTML element in JavaScript Code.
HTML 5 is just some advanced version of HTML Tag, with some more in-built capabilities in HTML page designing.
After learning html designing you can get job as Trainee Html Developer or Web Designer