Explain the Basic HTML tags used in programming language?
NOT COPIED✔✔✔
Answers
Answered by
6
hey mate here is your 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
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
raven86:
thanks a lot
Answered by
0
Explanation:
1.<HTML>
2.<BODY>
The official logo of the latest version, HTML5. Hypertext Markup Language(HTML) is the standard markuplanguage for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
Similar questions