text tags in HTML
So far you have understood the introductory tags in html and here is the example of html based on that <html> <head> <title>My fisrt Web page</title> </head> <body> Hello techgoeasy </body> </html> Now in this section , we will learning about text tags in HTML Tags Meaning <h1> and </h1> <h1> tags tell the …