B.
Answer the following questions.
1. What is HTML?
2. Explain the terms Tags and Attributes.
3. What is an Element? Explain its various types?
4. What are the basic tools used to work with HTML documents? Give an example of each.
5. What are Cascading Style Sheets? Name the different methods available for applying Style rules.
Answers
Answered by
2
Answer:
1. Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.
2. A tag is a simplest form of information used in HTML whereas Attributes have extra bit of information. ... Tags are also used to markup the start and end of an HTML element whereas an Attribute defines a property of an element constitution of a value pair and appears within the elements Start Tag.
Similar questions