#chidres tech tutorials html
Explore tagged Tumblr posts
krishna337 · 3 years ago
Text
HTML html Tag
The <html> tag is used to represent the root of an HTML document. It is a container of all elements (except for the <!DOCTYPE> tag). It tells the browser that it is an HTML document. Syntax <html>Elements...</html> Example <!DOCTYPE html> <html> <head> <title>HTML tag</title> </head> <body> <h2>HTML tag example</h2> <p>Your…
Tumblr media
View On WordPress
0 notes