HTML 5 CH-6 CLASS 7

A) tickthe correct answers.
1.Which of the following is not a container tag?
Ans-. <hr>
2.Which of the following does not hold true for attributes?
a.Attributes provide additional information to the tag.
b.Attributes appear inside the ON tag.
C.You cannot define our own attributes in HTML5.
3.Which of the following tags is included in an HTML document to explain the code?
Ans- <!--comment-->
4.An element is composed of:
a ON tag and OFF tag
b.The content between the opening and closing tag
Ans-C.Both a and b
5.Which of the following is used to hold the content of a web page?
Ans-Body tag

B.)Fill in the blanks.
1 HTML is an acronym for Hypertext...........
Language.
2.А  ...........is a collection of related web pages.
3.А..........is used to view the html file.
4.A web page is composed of multimedia content which includes text,..........audio and videos.
5.An HTML document is saved with........ extension
6.The text after..........starts from a new line.

C.Write T for True and F for False.
 1. The first page of website is called the Main Page.true
2.We should not quote the attribute values.....
3. The head section contains the information about the web page.true
4.You can use <br> multiple times to insert multiple line breaks in a web page.true
5.The collection of all the websites available on the Internet world wide is called
a Network true
6.The first page of a website is generally referred to as home page.true
E. Answer the following questions
1. What is tag question mark explain the type of HTML tags
Ans- Tags can be defined as the instructions which
are being directly embedded in the text of an
HTML document.
types of tags,
A. Paired and Unpaired Tags.
B. Self-Closing Tags.
C. Utility-Based Tags..

2. Discuss the HTML document structure in detail.
Ans- An HTML Document is mainly divided into two parts: HEAD: This contains the information about the HTML document. For Example, Title of the page, version of HTML, Meta Data etc. BODY: This contains everything you want to display on the Web Page.

3. Define web,webpage and website.
Ans- A web page (or webpage) is a hypertext document provided by a website and displayed to a user in a web browser. A website typically consists of many web pages linked together in a coherent fashion. The name "web page" is a metaphor of paper pages bound together into a book.

4. What is an attribute explain with the the help of an example.
Ans- An attribute is defined as a quality or characteristic of a person, place, or thing. Real life individuals and fictional characters possess various attributes. For example, someone might be labeled beautiful, charming, funny, or intelligent.

5. Explain the tool required to create an HTML document.
Ans- There are so many software packages available to develop HTML. The software packages can be grouped into two main categories: text-based (or code-based) .

Comments

Post a Comment