CBSE Class 6 Computer Science HTML Notes

Download CBSE Class 6 Computer Science HTML Notes in PDF format. All Revision notes for Class 6 Computer Science have been designed as per the latest syllabus and updated chapters given in your textbook for Computer Science in Class 6. Our teachers have designed these concept notes for the benefit of Class 6 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 6 Computer Science for faster revision of difficult topics and get higher rank. After reading these notes also refer to MCQ questions for Class 6 Computer Science given on studiestoday

Revision Notes for Class 6 Computer Science HTML

Class 6 Computer Science students should refer to the following concepts and notes for HTML in Class 6. These exam notes for Class 6 Computer Science will be very useful for upcoming class tests and examinations and help you to score good marks

HTML Notes Class 6 Computer Science

CBSE Class 6 HTML. Learning the important concepts is very important for every student to get better marks in examinations. The concepts should be clear which will help in faster learning. The attached concepts will help the student to understand the chapter and score better marks in the examinations. 

CHAPTER-6 HTML

What is HTML?

HTML is a computer language invented to allow website creation. The websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting and quite powerful in what it allows you to create. HTML is used to build the websites or web based applications

HTML stands for Hyper Text Markup Language.

HyperText is the method by which you move around on the web by clicking on special text called hyperlinks which bring you to the next page.

Markup is what HTML tags do to the text inside them. They mark it as a certain type of text for example italicized text.
How does it work?

HTML consists of a series of short codes typed into a text-file called as tags. The text is then saved as html file, and viewed through a browser like Internet Explorer. This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended.

Some of the most popular HTML editors, such as FrontPage or Dreamweaver will let you create pages more or less as you write documents in Word or whatever text editor you are using.

Essential HTML Tags

There are four sets of HTML tags that form the basic structure needed for every HTML file:

• <html></html>

• <head></head>

• <title></title>

• <body></body>

<html> </html>

This basically defines the document as web page. It also identifies the beginning and end of the HTML document. All other tags must fall between the html tags.

<head> </head>

The header contains information about the document that will not appear on the actual page, such as the title of the document, the author etc.

<title> </title>

The title tag defines the title that will appear in the title bar of your web browser. The title must appear between the head tags.

<body> </body>

The body tags contain all the information and other visible content on the page. All your images, links and plain text must go between the <body> and </body> tags.

You may also be interested in the basic tags for adding content and headings.

Example:

Below is a basic html document. Notice that everything falls between the html tags, the title appears within the head of the document, and that the body comes after the head.

1. Open Notepad.

2. Type the HTML program as given below.

3. Click file->Save as

CBSE Class 6 HTML_1

4. Select Desktop, type the file name as myfile.html and select All files in Save as type box and Click on save.

Your HTML file will be save to desktop

CBSE Class 6 HTML_2

5. Double click on the file(as shown below) and your webpage is ready for display.

CBSE Class 6 HTML_3

Empty tag and Container tag

A container tag has two ends (an opening and a closing) whereas an empty tag doesn't. The paragraph tag is an example of a container tag:

<p>Our paragraph text here.</p>

The image tag is a good example of an empty tag.

<img src="kvslogo.png" >

See how the initial paragraph tag (<p>) has a corresponding end tag? The text in between is "contained" by the tag.

The majority of tags are "container" tags. They have an opening and a closing tag.

However, a few tags are "self-contained" or "empty" tags in that they have an opening tags but not a closing one.

They common ones are:

• <br> = break

• <img> = image

• <meta> = metadata within an HTML document.

WORKSHEET

Fill in the blanks with correct option

<BR>, <HTML>, header, .html, container, tag, title, body, empty , web programming

1. Extension of a HTML file is……………………

2. Predefined command in HTML is knows as…………………

3. HTML is a ………………………language.

4. All HTML programs must have………………tag the begging of program.

5. The ………………contains information about the document that will not appear on the actual page.

6. The ………… tag must appear between the head tags.

7. The ……………tags contain all the information and other visible content on the page.

8. A ……….……………tag has an opening and a closing end.

9. A…………………tag doesn't have a closing end.

10....................is an example empty tag.

Lab Assignment / Project

1. Create a HTML page that contains your name, class, father’s name, mother’s name etc. Save this HTML file to Desktop and test the result.

Solve the crosswords using the words from the lesson

CBSE Class 6 HTML_4


Please click the link below to download CBSE Class 6 HTML.

More Study Material

CBSE Class 6 Computer Science HTML Notes

We hope you liked the above notes for topic HTML which has been designed as per the latest syllabus for Class 6 Computer Science released by CBSE. Students of Class 6 should download and practice the above notes for Class 6 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. Studiestoday is the best website for Class 6 students to download all latest study material.

Notes for Computer Science CBSE Class 6 HTML

Our team of expert teachers have referred to the NCERT book for Class 6 Computer Science to design the Computer Science Class 6 notes. If you read the concepts and revision notes for one chapter daily, students will get higher marks in Class 6 exams this year. Daily revision of Computer Science course notes and related study material will help you to have a better understanding of all concepts and also clear all your doubts. You can download all Revision notes for Class 6 Computer Science also from www.studiestoday.com absolutely free of cost in Pdf format. After reading the notes which have been developed as per the latest books also refer to the NCERT solutions for Class 6 Computer Science provided by our teachers

HTML Notes for Computer Science CBSE Class 6

All revision class notes given above for Class 6 Computer Science have been developed as per the latest curriculum and books issued for the current academic year. The students of Class 6 can rest assured that the best teachers have designed the notes of Computer Science so that you are able to revise the entire syllabus if you download and read them carefully. We have also provided a lot of MCQ questions for Class 6 Computer Science in the notes so that you can learn the concepts and also solve questions relating to the topics. All study material for Class 6 Computer Science students have been given on studiestoday.

HTML CBSE Class 6 Computer Science Notes

Regular notes reading helps to build a more comprehensive understanding of HTML concepts. notes play a crucial role in understanding HTML in CBSE Class 6. Students can download all the notes, worksheets, assignments, and practice papers of the same chapter in Class 6 Computer Science in Pdf format. You can print them or read them online on your computer or mobile.

Notes for CBSE Computer Science Class 6 HTML

CBSE Class 6 Computer Science latest books have been used for writing the above notes. If you have exams then you should revise all concepts relating to HTML by taking out a print and keeping them with you. We have also provided a lot of Worksheets for Class 6 Computer Science which you can use to further make yourself stronger in Computer Science

Where can I download latest CBSE Class 6 Computer Science HTML notes

You can download notes for Class 6 Computer Science HTML for latest academic session from StudiesToday.com

Can I download the Notes for HTML Class 6 Computer Science in Pdf format

Yes, you can click on the link above and download notes PDFs for Class 6 Computer Science HTML which you can use for daily revision

Are the revision notes available for HTML Class 6 Computer Science for the latest CBSE academic session

Yes, the notes issued for Class 6 Computer Science HTML have been made available here for latest CBSE session

How can I download the HTML Class 6 Computer Science Notes pdf

You can easily access the link above and download the Class 6 Notes for Computer Science HTML for each topic in Pdf

Is there any charge for the Class 6 Computer Science HTML notes

There is no charge for the notes for CBSE Class 6 Computer Science HTML, you can download everything free of charge

Which is the best online platform to find notes for HTML Class 6 Computer Science

www.studiestoday.com is the best website from which you can download latest notes for HTML Computer Science Class 6

Where can I find topic-wise notes for Class 6 Computer Science HTML

Come to StudiesToday.com to get best quality topic wise notes for Class 6 Computer Science HTML

Can I get latest HTML Class 6 Computer Science revision notes as per CBSE syllabus

We have provided all notes for each topic of Class 6 Computer Science HTML as per latest CBSE syllabus