Introduction to html codes.
Html stands for hyper text markup language.
Browser doesn't display html tags but use to render the content of the page.
Html describes the structure of web pages using markup.
Html codes for presentations
Introduction to html codes.
<html>
<head>
<title>Title of the content</title>
</head>
<body>
Write the content you want
.......
.....
....
...
..
.
</body>
</html>
This is the Html codes for presentations.