How can I learn HTML language? | history, introduction, defination, basic of html.
History Introduction HTML Elements Basic Structure Tag of HTML HTML styles History HTML Language is created by Tim Berners Lee in the late 1991 but it not release officially then published actual in 1995 2.0 version. And also now new version of html is 4.0 in used day to day life. This is one structure base language and its different version are developed in few previous year. Introduction HTML is one of the Programming Language It is stands for Hypertext Preprocessor It is one Server Side Scripting Language It is Open Source Programming Language and also Cross Platform Programming language means Its easily used in any operating system like windows, linux, unix, ubantu, etc. It is Syntax like C Programming HTML Language integrate with different database like mysql, oracle, etc. HTML Elements <Doctype html> Element This element is used to define the what time of Document you are used in code. <html></html> Element Th...