Explain the Basic HTML tags used in programming language?
Answers
Answered by
2
Answer:
HTML stands for Hypertext Markup Language. It allows the user to create and structure sections, paragraphs, headings, links, and blockquotes for web pages and applications. ... For example, we can create a paragraph by placing the enclosed text within a starting <p> and closing </p> tag
Explanation:
Answered by
2
Answer:
HTML(hypertext markup language )
<html>
➡this tag is used to define the start of the html document.
<head>
➡this tag define the header
<style>
➡this tag defines the css styling of the document
<body>
➡here you can defines the body content of the document
<scrpit>
➡
this tag can run the javascript used in the documen
<footer>
➡
to set the footer of the document
thanks
soniyasingh78:
hii
Similar questions