HTML is one of the structured language,It also called HyperText Markup Language. It is used for design web pages. We can understand this language easily. Mainly the structure of HTML is, first we will be started by
<html><head><title>Page Title</title></head><body><h1>My First Heading</h1><p>My first paragraph.</p></body></html>
HTML (Hypertext Markup Language) is the language used to create and structure web pages. It translates the content of a web page, such as paragraphs, sentences, links, images, etc. simple example of html is mention below:
We use cookies to enhance your experience, to provide social media features and to analyse our traffic. By continuing to browse, you agree to our Privacy Policy.
Answers ( 2 )
HTML is one of the structured language,It also called HyperText Markup Language. It is used for design web pages. We can understand this language easily. Mainly the structure of HTML is, first we will be started by
HTML (Hypertext Markup Language) is the language used to create and structure web pages. It translates the content of a web page, such as paragraphs, sentences, links, images, etc. simple example of html is mention below:
Welcome to My Website
This is a paragraph of text.
Click here to visit Example.com.