HTML

HTML Attributes

Html attributes provide additional information about html elements. Most of the html element can have attributes. An attribute is used to define the characteristics of an HTML element. The Attribute is always used in the opening tag after the tag…

HTML Elements

The entire html document is created with html elements. An Html elements consist of a starting tag, the content of the tag and the closing tag. i.e. The content of the tag is always in between the starting and the…

HTML Tags

An html document consist of elements, tags and attributes. Tags are an important part of an html document. In order to create a good html document you need to be familiar with html tags. You have to use the correct…

HTML Editors

Html is a very easy language and also you don’t actually require any special software to write html codes, even though advanced and professional editors are available. However for quickly learning Html it is recommended to use a basic text…

HTML Versions

There are a lot of HTML versions ever since HTML was invented and the DOCTYPE Declarations for each is different as it should tell the browser which version of HTML is used in the document. HTML 1.0: The first version…

HTML Introduction

As told earlier HTML stands for Hyper Text Markup Language. Markup Language means html marks up the text document to tell a web browser how it should display it. An html file is a simple text file with an extension…

HTML

HTML is the most widely used language on Web to develop web pages. Even though a lot of server side scripting languages are used to create web pages, all these are converted to html before sending to web browsers as…