به
1. What is HTML? What are the tools needed to work with HTML?
2. Explain the structure of HTML document.
3. Write any four rules for writing HTML code.
Answers
HTML is a Hyper Text markup Language.
For writing HTML you need Text Editor or Word Pad or any other IDE that supports HTML , A web browser for displaying.
<! DOCTYPE html>
<html>
<head>
tags that don't show up on webapge
</head>
<body>
</body>
</html>
For writing HTML:
- There must be closing tag for the tags that have it.
- Body must be included.
- Styles should be written in <style> </style>
- Scripts should be written at the bottom of the html code in <script> </script>
Answer:
html hyper text markup language html is to make a website but you all can also get some question like this how to started with it we need any text editor like notepad ,sublime text 3 ,and many more and when you started the coding the structure are that first we have to save document ctrl+s and then write your project name and in last put .html for browser understanding and then we can start coding
the four rules are to write <!doctype> and then <html><title></title><head></head><body></body>and then end </html>and with this you can start codeing html
Explanation:
please mark this answer brainliest and also click on my profile and follow me and click on thanks button also