Answer:
Explanation:
Generally speaking, there are two kinds of tags - opening tags: <html> and closing tags: </html>. The only difference between an opening tag and a closing tag is the forward slash "/". You label content by putting it between an opening tag and a closing tag.
HTML is all about elements.
Files and email messages sent over the internet are broken down into smaller pieces called packets
Answer:
age=int(input("Enter age"))
if age>=18:
print("You are Young")
else
print("You are child")
Explanation:
if you have any query or any problem kindly ask in comment
Explanation:
Given, the cost price of the TV is Rs 24600. Now, the cooler costs Rs 800 more than one-third of the TV. The cost price of the cooler is Rs 9000.
Answer: Compiler
Explanation:
The exception classes are basically occur during the compilation of the program in the system. The exception is the event which disrupt the flow of the instruction.
It basically provide a way to transfer the control in the one part of the program to another program. The exception class is also known as run-time exception that basically indicate the condition in the class application.
All the other options are not in the form of packages in the exception class. Therefore, compiler is the correct option.