Skip to main content

Posts

Showing posts with the label structure of basic html programing

comman html tags

structure of basic html programing  <html> <head> <title>title of website</title> </head> <body>    website of contect .... </body> </html> blogs for common tags <h1> heading </h1>                                 heading[h1 for largest] <h2> heading </h2>                                 heading[h2 below from h1] <h3> heading </h3>                                  heading[h3 below from h2] <h4> he...