About HTML Tutorial
HTML tutorial covers complete HTML from scratch. It is full of examples and references.
HTML Example
Each and every topic is explained with examples along with theory. It helps all level of the learner; beginner or advanced learners to understand all the topics with ease.
A Basic example of HTML5
<!DOCTYPE html> <html> <head> <title>Title of the Page</title></head> <!--This is a comment in HTML.--> <body> <h1>Welcome to TutorialBrain.</h1> <p>HTML Tutorials.</p> </body> </html>
Explanation of Structure
<! DOCTYPE html> It is a declaration of the document type.
Root element in html page.
<head>Container for all the head elements.
Requirements
Anyone can learn HTML no programming or coding experience required.
What will you learn in this Tutorial?
Full HTML Code list
Learn how to use HTML.
Master HTML codes and understand where to use HTML code and how HTML code works.
HTML Tags
List of HTML4 tags and HTML5 tags.
In this tutorial, you will find a list of all HTML Tags.
HTML Color Names with Codes
Here you will learn all HTML Color Names and their Codes.
Complete HTML5 Tutorial for beginners to advance.
Explore and learn all HTML5 tags, Examples
Audience
Total Beginners – who want to learn and explore HTML
Bloggers
Web developers
Web designers