1.World Wide Web Consortion 2.Container elements 3.< H1 > to < H6 > 4.< HR > 5.Lang attribute 6.Marks a block of text as a paragraph 7.< BASEFONT >8.Unordered,Ordered,and Defination 9.(a)Notepad (b)Google Chrome
SECTION:2 Long Answers Type Question -(SOLVED)
1.Explain the difference between a tag and an attribute
Ans. Tags are the building blocks of a webpage. They contain elements which define how the information on a webpage is formatted or displayed.For example, < HTML >
An attribute is a property that provides additional information about an HTML element. It enhances the functionality of a tag. All attributes consists of too parts-a name and a value. For example, < BODY Bgcolor="Red">
2.Write the syntax which explains the general structure of an HTML document.