SlideShare a Scribd company logo
SESSION-(2023-2024)
A SEMINAR
ON
“ORACLE FUNCTION”
“SUBMITTED INPARTIAL FULFILLMENT OF THE REQUIREMENT FOR
AWARD OF MASTER OF SCIENCE OF COMPUTER SCIENCE”
Guided By : Presented By:
Mr. Sandeep Dey Sanju Sanjeev Toppo
(H.O.D of Computer Application) Msc.Cs III semester
23-11-2023
INDEX
 HTML TABLE TAG
 Table Tag Container
 Table Atributes
 Table Row
 Table Header
 Table Data
HTML Tables Tag
HTML table tag is used to display data in tabular form
(row & column). There can be many columns in a row.
We can create a table to display data in tabular form,
using <table> element, with the help of <tr> , <td>, and <th>
elements.
Tables for Page Layout
<TABLE>
Table
(made up of rows)
<TR>
Row
(made up of data cells)
<TH>
Heading Data Cell
(Can contain paragraphs,
images, lists, forms, tables)
<TD>
Data Cell
(Can contain paragraphs,
images, lists, forms, tables)
The <table>…</table> Container
 <table> defines the beginning and </table>
end of a table.
 Attributes
 background
 bgcolor
 border
 cellspacing
 cellpadding
 width
 height
<TABLE> Attributes
 BORDER -
 Determines the thickness of the table border
 Example: <TABLE BORDER = “2”>
 CELLPADING -
 Determines the distance between the border of a cell and the
contents of the cell
 Example: <TABLE CELLPADDING = “3”>
 CELLSPACING -
 Determines the empty spacing between the borders of two
adjacent cells
 Example: <TABLE CELLSPACING = “1”>
Example :
 ALIGN -
 Possible values: Center, Left, Right
 Example: <TH ALIGN = “center”>
 BGCOLOR -
 Example: <TD BGCOLOR = “red”>
 WIDTH -
 Example: <TR WIDTH = “40%”>
 HEIGHT -
 Example: <TABLE HEIGHT = “200”>
HTML Code
10
<TABLE>
<TR>
<TH>Indoor</TH>
<TH>Outdoor</TH>
</TR>
<TR>
<TD>Squash</TD>
<TD>Cricket</TD>
</TR>
</TABLE>
Browser Display
Indoor Outdoor
Squash Cricket
HTML Code
11
<TABLE border = "1" >
<TR>
<TH>Indoor</TH>
<TH>Outdoor</TH>
</TR>
<TR>
<TD>Squash</TD>
<TD>Cricket</TD>
</TR>
</TABLE>
Browser Display
Indoor Outdoor
Squash Cricket
The <tr>…</tr> Container
 Defines a table row
 Attributes
 align
 valign
 bgcolor
<TR> Attributes
 VALIGN
 Determines the vertical alignment of the contents of all of
the cells in a particular row
 Possible values: Top, Middle, Bottom
 Example: <TR VALIGN = “bottom”>
The <td>…</td> Container
 Defines a data cell in a table.
 Attributes:
 align
 valign
 height
 background
 bgcolor
 height
 width
 colspan
 rowspan
<th>…</th> Container
 Defines a header cell
 Acts just like a <td>…</td> container, except …
 The text is normally centered vertically and
horizontally AND the text is bold
 Attributes are the same as <td>…</td>
<TH> & <TD> Attributes
 NOWRAP
 Extend the width of a cell, if necessary, to fit the contents of
the cell in a single line
 Example: <TD NOWRAP>
 COLSPAN
 No. of rows the current cell should extend itself downward
 Example: <TD COLSPAN = “2”>
 ROWSPAN
 The number of columns the current cell should extend itself
 Example: <TD ROWSPAN = “5”>
 VALIGN
 Same as that for <TR>
HTML Code
17
<TABLE border=“1” >
<TR>
<TH colspan=“2”>
Indoor Outdoor
</TH>
</TR>
<TR>
<TD>Squash</TD>
<TD>Cricket</TD>
</TR>
</TABLE>
Browser Display
Indoor Outdoor
Squash Cricket
Example of Colspan
HTML Code
18
<TABLE border=“1” >
<TR>
<TH rowspan=“2”>
Indoor Outdoor
</TH>
</TR>
<TR>
<TD>Squash</TD>
<TD>Cricket</TD>
</TR>
</TABLE>
Browser Display
Example of Rowspan
Indoor
Squash
Outdoor
Cricket
<caption>…</caption> Container
 Provides a summary of the table’s purpose
 MUST immediately follow <table>
 Attributes:
 align
 summary
 valign
20
<TABLE border = "1" >
<CAPTION>
My favorite sports
</CAPTION>
<TR>
<TD>Squash</TD>
<TD>Cricket</TD>
</TR>
</TABLE>
HTML Code Browser Display
Squash Cricket
My favorite sports
Example of caption
Thank u…!

More Related Content

PPTX
Html tables
PPT
HTML Tables.ppt
PPTX
Method of creating table using HTML.pptx
PPTX
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)
PPTX
Table in MS Frontpage 2003
PPTX
Web topic 12 tables in html
PPT
2. HTML Tables.ppt
PPT
Lecture 2.ppt
Html tables
HTML Tables.ppt
Method of creating table using HTML.pptx
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)
Table in MS Frontpage 2003
Web topic 12 tables in html
2. HTML Tables.ppt
Lecture 2.ppt

Similar to RDBMS oracle function RDBMSRDBMSRDBMS.pptx (20)

PPT
Response Tables.ppt
PPSX
Computer language - Html tables
PPTX
Table structure introduction
PDF
Chapterrrrrrrrrrr_10_Building Tables.pdf
PDF
HTML TABLES
PDF
Web I - 03 - Tables
PPTX
Images and Tables in HTML
PPTX
Tables
PPTX
WEP4 and 5.pptx
PPTX
HTML Tables
PPTX
Html web designing using tables
PPTX
HTML Table Layout: Structure, Tags, and Features
PPT
Chapter 8 - Web Design
PDF
4-Tables in HTMLhtml tavle table in the html
PPTX
Presentation (2).pptx
PPTX
Web design - Working with tables in HTML
PDF
HTML Lecture Part 2 of 2
PPTX
Html table
PPT
Chapter8
PPTX
htmltables-180721142906-1.pptx
Response Tables.ppt
Computer language - Html tables
Table structure introduction
Chapterrrrrrrrrrr_10_Building Tables.pdf
HTML TABLES
Web I - 03 - Tables
Images and Tables in HTML
Tables
WEP4 and 5.pptx
HTML Tables
Html web designing using tables
HTML Table Layout: Structure, Tags, and Features
Chapter 8 - Web Design
4-Tables in HTMLhtml tavle table in the html
Presentation (2).pptx
Web design - Working with tables in HTML
HTML Lecture Part 2 of 2
Html table
Chapter8
htmltables-180721142906-1.pptx
Ad

More from sanjutoppo93 (6)

PPTX
Rickettsia bacterial pathogen a stealthy
PPTX
Rickettsia_Presentation with images rick
PPTX
Trade Related Aspects Of Intellectual Property Rights.pptx
PPTX
DATA COMMUNICATION & COMPUTER NETWORK.pptx
PPTX
AI and EXPERT SYSTEM of expert system .pptx
PPTX
Javaadvance applet and applet life cycle.pptx
Rickettsia bacterial pathogen a stealthy
Rickettsia_Presentation with images rick
Trade Related Aspects Of Intellectual Property Rights.pptx
DATA COMMUNICATION & COMPUTER NETWORK.pptx
AI and EXPERT SYSTEM of expert system .pptx
Javaadvance applet and applet life cycle.pptx
Ad

Recently uploaded (20)

PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
Lesson notes of climatology university.
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
RMMM.pdf make it easy to upload and study
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
01-Introduction-to-Information-Management.pdf
PDF
Computing-Curriculum for Schools in Ghana
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Final Presentation General Medicine 03-08-2024.pptx
Module 4: Burden of Disease Tutorial Slides S2 2025
GDM (1) (1).pptx small presentation for students
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Cell Types and Its function , kingdom of life
Lesson notes of climatology university.
STATICS OF THE RIGID BODIES Hibbelers.pdf
Cell Structure & Organelles in detailed.
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
202450812 BayCHI UCSC-SV 20250812 v17.pptx
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Anesthesia in Laparoscopic Surgery in India
RMMM.pdf make it easy to upload and study
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
2.FourierTransform-ShortQuestionswithAnswers.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
01-Introduction-to-Information-Management.pdf
Computing-Curriculum for Schools in Ghana

RDBMS oracle function RDBMSRDBMSRDBMS.pptx

  • 1. SESSION-(2023-2024) A SEMINAR ON “ORACLE FUNCTION” “SUBMITTED INPARTIAL FULFILLMENT OF THE REQUIREMENT FOR AWARD OF MASTER OF SCIENCE OF COMPUTER SCIENCE” Guided By : Presented By: Mr. Sandeep Dey Sanju Sanjeev Toppo (H.O.D of Computer Application) Msc.Cs III semester 23-11-2023
  • 2. INDEX  HTML TABLE TAG  Table Tag Container  Table Atributes  Table Row  Table Header  Table Data
  • 3. HTML Tables Tag HTML table tag is used to display data in tabular form (row & column). There can be many columns in a row. We can create a table to display data in tabular form, using <table> element, with the help of <tr> , <td>, and <th> elements.
  • 5. <TABLE> Table (made up of rows) <TR> Row (made up of data cells) <TH> Heading Data Cell (Can contain paragraphs, images, lists, forms, tables) <TD> Data Cell (Can contain paragraphs, images, lists, forms, tables)
  • 6. The <table>…</table> Container  <table> defines the beginning and </table> end of a table.  Attributes  background  bgcolor  border  cellspacing  cellpadding  width  height
  • 7. <TABLE> Attributes  BORDER -  Determines the thickness of the table border  Example: <TABLE BORDER = “2”>  CELLPADING -  Determines the distance between the border of a cell and the contents of the cell  Example: <TABLE CELLPADDING = “3”>  CELLSPACING -  Determines the empty spacing between the borders of two adjacent cells  Example: <TABLE CELLSPACING = “1”>
  • 9.  ALIGN -  Possible values: Center, Left, Right  Example: <TH ALIGN = “center”>  BGCOLOR -  Example: <TD BGCOLOR = “red”>  WIDTH -  Example: <TR WIDTH = “40%”>  HEIGHT -  Example: <TABLE HEIGHT = “200”>
  • 11. HTML Code 11 <TABLE border = "1" > <TR> <TH>Indoor</TH> <TH>Outdoor</TH> </TR> <TR> <TD>Squash</TD> <TD>Cricket</TD> </TR> </TABLE> Browser Display Indoor Outdoor Squash Cricket
  • 12. The <tr>…</tr> Container  Defines a table row  Attributes  align  valign  bgcolor
  • 13. <TR> Attributes  VALIGN  Determines the vertical alignment of the contents of all of the cells in a particular row  Possible values: Top, Middle, Bottom  Example: <TR VALIGN = “bottom”>
  • 14. The <td>…</td> Container  Defines a data cell in a table.  Attributes:  align  valign  height  background  bgcolor  height  width  colspan  rowspan
  • 15. <th>…</th> Container  Defines a header cell  Acts just like a <td>…</td> container, except …  The text is normally centered vertically and horizontally AND the text is bold  Attributes are the same as <td>…</td>
  • 16. <TH> & <TD> Attributes  NOWRAP  Extend the width of a cell, if necessary, to fit the contents of the cell in a single line  Example: <TD NOWRAP>  COLSPAN  No. of rows the current cell should extend itself downward  Example: <TD COLSPAN = “2”>  ROWSPAN  The number of columns the current cell should extend itself  Example: <TD ROWSPAN = “5”>  VALIGN  Same as that for <TR>
  • 17. HTML Code 17 <TABLE border=“1” > <TR> <TH colspan=“2”> Indoor Outdoor </TH> </TR> <TR> <TD>Squash</TD> <TD>Cricket</TD> </TR> </TABLE> Browser Display Indoor Outdoor Squash Cricket Example of Colspan
  • 18. HTML Code 18 <TABLE border=“1” > <TR> <TH rowspan=“2”> Indoor Outdoor </TH> </TR> <TR> <TD>Squash</TD> <TD>Cricket</TD> </TR> </TABLE> Browser Display Example of Rowspan Indoor Squash Outdoor Cricket
  • 19. <caption>…</caption> Container  Provides a summary of the table’s purpose  MUST immediately follow <table>  Attributes:  align  summary  valign
  • 20. 20 <TABLE border = "1" > <CAPTION> My favorite sports </CAPTION> <TR> <TD>Squash</TD> <TD>Cricket</TD> </TR> </TABLE> HTML Code Browser Display Squash Cricket My favorite sports Example of caption