Buy Now! Documentation

Learn Free HTML Course

Learn HTML

HTML videos





HTML basic structure (P & H tag):



!DOCTYPE HTML is used to detect which html version are used.

html = Hyper text markup language

Title tag are use to make a title of a posts or pages

body tag all elements & tags like perargaph , hadding , image, form, A, button and all tags and elements are write here.

P tag = peragraph, this is help to write a paragraph on a posts and pages.

H tag = Hadding, this is help to write a hadding on a posts and pages.




HTML a & Button tag :


a= Anchor tag

How its work : first you need to type < then type a tag space href="paste your link"> type the link title then close a tag.

Example : Quick Solution

Button tag

How its work : Type < then button tag > Enter button name and close the button tag.

.

Example :


HTML Image tag


PLease note : Image tag is a self closing tag


example :


HTML Form tag