Knowledge in HTML5

LaTeX,LaTeX vs Microsoft Word,HTML,HTML versions,HTML Headings,HTML Links,HTML buttons,HTML Tables

here are some explanations and examples about LaTeX ,LaTeX vs Microsoft Word,HTML,HTML versions,HTML Headings,HTML Links,HTML buttons,HTML Tables etc... each topic consists of examples

Hypertext Markup Language

Hyper Text Markup Language, used for web development and is very easy for the users to learn. The content covers almost every topic which is required for a beginner to understand HTML as a language. It also has some advanced parts of HTML which are easily understandable and are easy to practice too. Happy Learning!

HTML Login_Signup Form Structure

HTML stands for Hypertext Markup Language in which we creates structure of webpages. HTML FORM is one of the Most Important Topic in this Markup Language. Every web page source is written in HTML. First of All Extract the zip file and open the login or sign_up page. Programming is not used in this HTML Form.

What is HTML ?

HTML is a Hypertext Markup Language.

HTML color coding system - color names.

HTML color coding is done through color name, RGB value, Hexadecimal value.

What is XHTML ?

XHTML stands for EXtensible HyperText Markup Language

Html 5 notes for professionals

This pdf file containing the advance knowledge of html5. and this pdf file gives you professional knowledge about html5.

HTML from basic to advanced

This file contains all about HTML designing.

Some basic knowledge about HTML

This file contains all about basics knowledge of HTML which is very important for programmers who are beginners.

HTML5

This is a pdf of HTML5 basic tags. This tags use to comman in any webpages.So you are learn and create to simple statics web pages.html is not a programming language but it is most of use in web pages, simple example any Google pages inspect so you saw the html tags and all pages to create on hatml basics.So if you are interested in computer subject so learn more and more language.

Student registration form using AJAX

these files include the codes to create an html page of student registration form using AJAX methodology i.e , jquery, html,css,php,etc

HTML Attribute

HTML Attributes • All HTML elements can have attributes • Attributes provide additional information about an element • Attributes are always specified in the start tag • Attributes usually come in name/value pairs like: name="value" ________________________________________ The href Attribute HTML links are defined with the tag. The link address is specified in the href attribute: Example This is a link » You will learn more about links and the tag later in this tutorial. ________________________________________