Home » Web development » HTML/CSS

HTML/CSS

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 …

text tags in HTML Read More »

What is HTML5

HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. It is the fifth revision of the HTML standard (created in 1990 and standardized as HTML 4 as of 1997) and, as of December 2012, is a candidate recommendation of the World Wide Web …

What is HTML5 Read More »

Scroll to Top