HTML 1
Que 1. HTML stands for _____ .
Answer: Hypertext Markup Language
Que 2. What do you understand by ‘Tag’ ?
Answer: TAG in HTML is a coded command, which indicates how part of web page should be displayed. HTML. It also has an element.
Que 3. What is an attribute in HTML ?
Answer: An attribute is a special word used inside tag to specify additional information to tag such as color, alignment, etc.
Que 4. Define the tag HTML.
Answer: The <HTML> .. </HTML> tag are used to mark the beginning and end of an HTML document.
Que 5. HR tag is used for _____ .
Answer: HR tag is used for inserting Horizontal Rule.
Que 6. <TITLE> tag is used to define _____ .
Answer: <TITLE> tag is used to give title of the document.
Que 7. Differentiate between container element and empty element?
Container and Empty Elements
The HTML elements (Tags) can be classified as two types – (1) Container elements (2) Empty elements.
Container Elements:
The tags which are required opening and closing is known as container elements or tags. For example: <html>, <body>, <title>, <p> etc.,
Empty Elements:
The tags which are required only opening tag is known as empty elements or tags. For example: <br>
Comments
Post a Comment