Skip to main content

12th HSC for 2020 and 2021 batch HTML theory .part 1

 What is HTML ?

▪ The HTML is used to create world wide web document .
▪ Using this language user can creat web pages which can view in web browser.
▪ HTML is not a programming language in real sense .
▪ It is set of code that is used to creat document then it can be publish on world wide web .

Advantages of HTML
• No special software is needed .
• Easy to learn and also for implementation .
• Contain a powerful formatting facilities.
• HTML pages updated easily without changing whole document.
• Finding error is easy in HTML.
• It will not cost anything for its use .
• There is no expensive licenses to buy or to upgrade .

Disadvantages of HTML
[ July 2017,06,09,mar-14]
 HTML is not a programming language in real sense.
Any simple calculation can no be done in HTML .
It can not be use to print even dates.
Interactive web pages can not build in HTML.
The web pages can be develop in HTML but can not behave like an application.

What are the tags ?
Tag is a simple unit of markup language .
It is a set of sysmbols defined in HTML they have a specific meaning .
Tags are nothing but instructionthat are written directly into text edition.
In HTML every tag is started with < sign followed by keyboard and always end with > sing.
That symbols together called as angle brakets.
Ex :<html> ,<H1>,<body>.

Example
<I>  is an italic tag the text written using this tag and also end with  </I>  displayed in italic mode

   <I> html </I>.

So html will display like ............->html 

Tag can be nested within each other. Lilke <b><I>hello</I></b>

Comments

Post a Comment

Popular posts from this blog

Free notes of all naming reactions .(handwritten notes jee, neet, mht-cet)

All naming reactions  (Handwritten notes.)                   organic chemistry naming reactions.

partitioning (operatimg system ).

 WHAT IS PARTITIONING ? Certain operating system use partitioned memory management to allow multiprogramming . • Partitioning means dividing main memory into various sections.  • These section are called as partitions.  • There are two types of partitions: 1) fixed partition .    2) variable partition.   Fixed partition  .  • In this method partitions are fixed at the time of system generation . At this time , system manager has to declear partition time.  • Fixed partition are also called static partition . On declearing fixed partition , the operating system create partition description table.  • It reduces the uses the CPU utiliisation .  • It reduces the degree of multiprogramming. .    variable partition .     In variable partition number of partition and their size are variable  • They are not defined at the time of system generation .  • These partition are created by operating systems...

Question bank of operating system CS.

  Question Bank Standard:- 12th Subject:- Computer Science (D9) Paper I March 2021 सूचना 1. फक्त शवद्यार्थ्यांना प्रश्नप्रकारांचा सराव करून देण्यासाठीच 2. सदर प्रश्नसंचातील प्रश्न बोर्डाच्या प्रश्नपशिके त येतीलच असे नाही याची नोंद घ्यावी. QUESTION BANK XII COMPUTER SCIENCE (D9) – PAPER I CHAPTER 1 – OPERATING SYSTEM MCQ – 1 Mark Q.No. Question Marking scheme 1. Operating system is a __________ i) hardware ii ) software iii) printer iv) input device 1 mark for correct alternative 2. ‘Open files’ is a system call provided under _________ of operating system. i) Information management ii) Process management iii) Memory management iv) GUI 1 mark for correct alternative 3. Program under execution is known as __________. i) File ii) Information iii) Data iv ) Process 1 mark for correct alternative 4. _______is a service of memory management of operating system. i) Copy a file ii) Suspend a Process iii) Allocate a chunk of memory iv) Open a directory 1 mark for correct alternative...