What is html

what is HTML

HTML called "HyperText Mark-Up Language", Hyper Text Mark-Up Language Is a Technology That we use to structure content on the web.html is the thing that is underneath every web site you look at online and that made is with HTML.the HTML main component is the head and the body, and that is the primary structure of an HTML life.put some content in the body, and the content is being shown on your web page. when we see an HTML page, there has some tag, without tag the HTML structure is an empty page।we see an example<p>this is a paragraph tag</p>we can write a paragraph in webpage use paragraph tag.the HTML has many version, and it's the latest version is HTML5 HTML 5 Stracture is
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p> your first paragraph</p>
</body>
</html>

Post a Comment

Post a Comment (0)

Previous Post Next Post