Class 9 Computer Science Adding Styles To Web Pages Notes

Download Class 9 Computer Science Adding Styles To Web Pages Notes in PDF format. All Revision notes for Class 9 Computer Science have been designed as per the latest syllabus and updated chapters given in your textbook for Computer Science in Class 9. Our teachers have designed these concept notes for the benefit of Class 9 students. You should use these chapter wise notes for revision on daily basis. These study notes can also be used for learning each chapter and its important and difficult topics or revision just before your exams to help you get better scores in upcoming examinations, You can also use Printable notes for Class 9 Computer Science for faster revision of difficult topics and get higher rank. After reading these notes also refer to MCQ questions for Class 9 Computer Science given on studiestoday

Revision Notes for Class 9 Computer Science Adding Styles To Web Pages

Class 9 Computer Science students should refer to the following concepts and notes for Adding Styles To Web Pages in Class 9. These exam notes for Class 9 Computer Science will be very useful for upcoming class tests and examinations and help you to score good marks

Adding Styles To Web Pages Notes Class 9 Computer Science

ADDING STYLES TO WEB PAGES USNIG CSS 
 
 
Review of HTML

World Wide Web(WWW)

WORLD WIDE WEB –The World Wide Web is a worldwide information service on the Internet. The World Wide Web or the Web, as it is popularly known uses special software called a Browser (client) and TCP/IP, HTTP and a Web server to function.
 
Headers

Information placed in this section is essential to the inner working of the document and has nothing to do with the content of the document. All the information placed with in the <HEAD></HEAD> tags is not displayed in the browser.
 
The HTML tags used to indicate the start and end of the head section are:
         <HEAD>
         <TITLE>…. </TITLE>.
         </HEAD>
 
Body and Titles
 
The tags used to indicate the start and end of the main body of textual information are :
          <BODY>
           ……..
           ……..
          </BODY>
 
 
 
A web page would have a title that describe what the page is about without being too wordy. This can be achieved by using the TITLE tag.
<TITLE>…………………………………..</TITLE>
 
Headings

Paragraphs

HTML documents are divided into paragraphs. Paragraphs are defined with the <p> tag.
                       <p>This is a paragraph</p>
                      <p>This is another paragraph</p>
 
Tables

Tables are defined with the <table> tag.
• A table is divided into rows with the <tr> tag. (tr stands for table row)
• A row is divided into data cells with the <td> tag. (td stands for table data)
• A row can also be divided into headings with the <th> tag. (th stands for table heading)
• The <td> elements are the data containers in the table.
• The <td> elements can contain all sorts of HTML elements like text, images, lists, other tables, etc.
 
 The width of a table can be defined using CSS.
 
<table style="width:300px">
<tr>
<th>First</th>
<th>Last</th>
<th>Points</th>
</tr>
<tr>
<td>Vikram</td>
<td>Vats</td>
<td>98</td>
</tr>
<tr>
<td>Rajesh</td>
 
 
<td>Singh</td>
<td>60</td>
</tr>
</table>
Class-9-Computer-Science-Adding-Styles-to-Web-Pages-Notes 1
 
Lists
 
The most common HTML lists are ordered and unordered lists:
An ordered list:
1. The first list item
2. The second list item
3. The third list item     
 
An unordered list:
• List item
• List item
• List item
 
HTML Ordered Lists
An ordered list starts with the <OL> tag. Each list item starts with the <LI> tag. The list items are marked with numbers.
<OL>
<LI>Coffee</LI>
<LI>Milk</LI>
</OL>
 
How the HTML code above looks in a browser:
1. Coffee
2. Milk
 
HTML Unordered Lists
 
An unordered list starts with the <ul> tag. Each list item starts with the <li> tag. The list items are marked with bullets (typically small black circles).
<UL>
<LI>Coffee</LI>
<LI>Milk</LI>
</UL>
 
How the HTML code above looks in a browser:
• Coffee
• Milk
 
HTML Description Lists
 
A description list is a list of terms/names, with a description of each term/name.
The <dl> tag defines a description list.
The <dl> tag is used in conjunction with <dt> (defines terms/names) and <dd> (describes each term/name):
<DL>
< DT>COFFEE</DT>
<DD>- BLACK HOT DRINK</DD>
<DT>MILK</DT>
<DD>- WHITE COLD DRINK</DD>
</DL>
 
How the HTML code above looks in a browser:
 
- Coffee
- black hot drink
 
Milk
- white cold drink
 
Adding Style Sheets
 
CSS is a style sheet language used to determine the formatting of an HTML document.Using separate style sheets for an entire site, leveraging semantic markup and identifiers like ids (for unique page elements) and classes (for multiple, like elements) a developer can apply styles across a whole site while updating a single (cacheable) file.

CBSE Class 9 Computer Science Adding Styles To Web Pages Notes

We hope you liked the above notes for topic Adding Styles To Web Pages which has been designed as per the latest syllabus for Class 9 Computer Science released by CBSE. Students of Class 9 should download and practice the above notes for Class 9 Computer Science regularly. All revision notes have been designed for Computer Science by referring to the most important topics which the students should learn to get better marks in examinations. Our team of expert teachers have referred to the NCERT book for Class 9 Computer Science to design the Computer Science Class 9 notes. After reading the notes which have been developed as per the latest books also refer to the NCERT solutions for Class 9 Computer Science provided by our teachers. We have also provided a lot of MCQ questions for Class 9 Computer Science in the notes so that you can learn the concepts and also solve questions relating to the topics. We have also provided a lot of Worksheets for Class 9 Computer Science which you can use to further make yourself stronger in Computer Science.

Where can I download latest CBSE Class 9 Computer Science Adding Styles To Web Pages notes

You can download notes for Class 9 Computer Science Adding Styles To Web Pages for latest academic session from StudiesToday.com

Are the revision notes available for Adding Styles To Web Pages Class 9 Computer Science for the latest CBSE academic session

Yes, the notes issued for Class 9 Computer Science Adding Styles To Web Pages have been made available here for latest CBSE session

Is there any charge for the Class 9 Computer Science Adding Styles To Web Pages notes

There is no charge for the notes for CBSE Class 9 Computer Science Adding Styles To Web Pages, you can download everything free of charge

Which is the best online platform to find notes for Adding Styles To Web Pages Class 9 Computer Science

www.studiestoday.com is the best website from which you can download latest notes for Adding Styles To Web Pages Computer Science Class 9

Where can I find topic-wise notes for Class 9 Computer Science Adding Styles To Web Pages

Come to StudiesToday.com to get best quality topic wise notes for Class 9 Computer Science Adding Styles To Web Pages