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 […]
HTML/CSS
Introduction to basic tags in HTML
I am discussing here the instroduction to basic tags in HTML Tags Meaning <html> and </html> <html> tags tell the browser that it is a html page. So it is basic steps of html and every other tags comes after that <html> beginning of the html </html> end of the html The beginning <html> and […]
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 […]