LONG ANSWER TYPE QUESTION
(5)List the different types of HTML tags.
(6) List the different arithmetic operators?
Answers
Answered by
0
_________________________
1) Document structure tag:
- HTML tag: It is the root of the html document which is used to specify that the document is html.
- Head tag: Head tag is used to contain all the head element in the html file.
- Body tag: It is used to define the body of html document.
- Title tag: It is used to define the title of html document.
_________________________
_________________________
2) These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo). The following table summarizes the binary arithmetic operations in the Java programming language.
_________________________
Answered by
2
It is the root of the html document which is used to specify that the document is html.
Head tag is used to contain all the head element in the html file.
It is used to define the body of html document.
It is used to define the title of html document.
List the different arithmetic operators ?
- Addition
- Subtraction
- Multiplication
- Division
Similar questions