Posts

Showing posts with the label html basic 20 tag

What is HTML ? html tagges for beggnars .html full intro duction. html designing

Image
HTML (hyper text markup language):- Html language is basic of web development so guys this is use for designing website designing are other pages designing .we can understand it this backhand language because this is just for simple showing this .so guys to day I m showimg to u html some tagges .         HTML BASIC TAGES Simple html codes, <!DOCTYPE html> <html> <head>   <title>First HTML</title> </head> <body>   Simple HTML Code </body> </html> Output : __________________________________________ Hadding tages :   <!DOCTYPE html> <html> <head>   <title>Heading in HTML</title> </head> <body>   <h1>Heading1</h1>   <h2>Heading2</h2>   <h3>Heading3</h3>   <h4>Heading4</h4>   <h5>Heading5</h5>   <h6>Heading6</h6> </body> </html> Output : __________________________________________ Paragrap