bn

What is html ? explain the basic structure of html

Hyper Text Markup Language (HTML) is the standard markup language for creating web pages and web applications.

Write here heading text

Write here paragraph text


Code introduction:


<!DOCTYPE html>= Document type command<html>= Html start command<head>= Head part start command</head>= Head part end command<title>= Title start command</title>= Title end command<body>= Body start command<h1>= Heading 1 start command</h1>= Heading 1 end command<p>= Paragraph start command</p>= Paragraph end command</body>= Body end command</html>= Html end command

Code Run:

Open html editor such as notepad, TextEdit etc and type this article code. Then save to your device as index.html or others. Now open in your browser. That's it.

Learn More:-

Copyright © 2018 Rongtuli Choice Info