Skip to main content

12th topicfor 2020 and 2021 batch HTML table part 3 free notes

 Html Table 

✓ A table can be created using <table></table>

✓ A table consists of rows and column 

✓ The row is to be define 1

st and then cells or column inserted into row 

from left to right .

✓ For creating row <tr></tr> tag is used

✓ For table data <td> </td>tag is used

✓ For table heading i.e. row heading <th></th> tag is used.



Basic table structure

<table>

<tr>

<td>cs academy </td>

<td>html</td>

</tr>

<tr>

<td>.data structure</td>

<td>operating system</td>

</tr>

</table>


Important tags 

▪ <img src=“ ”> : use to add images on our web page.

▪ <a href=“ ”> use for hypertext link , called as anchor tag..

▪ <sup></sup>. :use to show text in super script for 1st

▪ <sub></sub> : use to show text in subscript form.

▪ <strike></strike> : text have line drawn throught the middle of the text.


imp tags of html

• <p> : paraghraph tag

• <br> : break tags (right to left scrolling)

• <Marquee> : scrolling tags

• <Font>: text font

• <u>: underline tags


Keep study with us.,......





Comments

Post a Comment

Popular posts from this blog

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...

Free notes of Polymers short revision part 1

 Polymers: The fibres have strong hydrogen bond.             Examples of elastomers :- buna-s , buna - N , neoprene.                                                                   Examples of the fibres:-polyamide ( nylon 6,6) , polyester ( terelyne).                                     Concept of thermoplastic:- which substance which is soft on heating and hardening on cooling.                                                                     Examples of thermoplastic are polythene , polystyrene , polyvinyl ....

Important MCQ and imp programs of html and c++.

  Some important MCQ . Ans. :- a)-i) , b)- i) , c)- iii) , d)- iii)                        Ans. :- a)- ii) , b)- iii) , c) - iii) , d)- ii)                         Ans.:- a)- ii) , b) - i), c) - iii) , d) - ii)                        And. :- a)- iii) , b)- ii) , c)- iii) , d) - iii)                       Ans. :- a) - ii) , b) - i), c)- iii) , d) - iii)                      Some important previous year questions of programming. 1) 2) 3) 4)