Page 1 :
Class 7, Chapter 6 Introduction to html and css, Question answers:, , Answer 1: HTML stands for hypertext markup language. HTML is a markup language which is, used to create web pages., , 3 features of html are:, A. HTML documents are simple text files. Web Browser act as HTML formatters., B. It is not a case sensitive language., , C. HTML documents can be viewed on any type of computer platform., , Answer 2., , , , The html document opens in the browser., , Answer 3. Tag- a tag is an HTML command that controls the structure and appearance of the, page or document that is created., , Attribute- special properties that is defined in tag.
Page 2 :
Answer 4., , , , Answer 5. Font tag- you can also use formatting in html using <font> tag. It is very useful when, different parts of a text require different looks and styles., , Answer 6. CSS stands for cascading style sheets. CSS is used to improve the presentation style, of a web page.
Page 3 :
Answer 7. The main advantage of an internal style over inline style sheet is if you want to apply, a particular type of formatting to all other similar tags used further on the web page, we can use, internal styles., , Answer 8. Background properties- is element of CSS is used to set the background styles for an, element it has many properties that allow us to make the page more appealing., , Some of the background properties are as follows:, , Background color- this property sets a solid colour to the background of the HTML element., Background image- this property allows to use an image as the background., , Background repeat- this property sets a background image will be repeated., , Background position- is property set the position of the background image., , Background attachment- this property specifies whether the background image is scrolls with, the rest of the page or is fixed.