SlideShare a Scribd company logo
1 of 27
Orjix
www.RongRean.com
หหหหหหหห หหหหหหหหหหหหห
HTML: Session หหห 3 หหหหหห 2

<table>
<tr>
<td>
<p>this is table content.</p>
</td>
<td>
<p>this is table content2.</p>
</td>
</tr>
</table>
www.rongrean.com Orjix
<table>
<tr> (row)
<td>(column)
1 2
 <th>
<table border="1">
<tr>
<th>header1</th>
<th>header2</th>
</tr>
<tr>
<td>
this is table content.
</td>
<td>
this is table content2.
</td>
</tr>
</table>
www.rongrean.com Orjix
Attribute border=“1” tag
table 1
<th> <td> column <th>
 <caption>
<table border="1" width="20%">
<caption>this will show you how to make a caption</caption>
<tr>
<td>column1</td>
<td>column2</td>
</tr>
</table>
www.rongrean.com Orjix
attribute align=“…”
caption
<caption align=“bottom”>…..

<table border="10px" cellspacing="20px">
<tr>
<td>column1</td>
<td>column2</td>
</tr>
</table>
www.rongrean.com Orjix
border
cellspacing column

<table border="1px" cellpadding="20px">
<tr>
<td>column1</td>
<td>column2</td>
</tr>
</table>
www.rongrean.com Orjix
cellpadding column

<table width="50%" border="1px">
<tr>
<td>
column1
</td>
<td>
column2
</td>
</tr>
</table>
*browser
www.rongrean.com Orjix
50%
50%

<table height="50%" border="1px">
<tr>
<td>
column1
</td>
<td>
column2
</td>
</tr>
</table>
*width, height=“50%”
browser
www.rongrean.com Orjix
50%
50%

<table border="1px">
<tr>
<td colspan="2">column1</td>
<td>column2</td>
</tr>
<tr>
<td>column3</td>
<td>column4</td>
<td>column5</td>
</tr>
</table>
www.rongrean.com Orjix
<tr> column
colunm 2
column 2 2

<table border="1px">
<tr>
<td rowspan="2">column1</td>
<td>column2</td>
</tr>
<tr>
<td>column3</td>
<td>column4</td>
<td>column5</td>
</tr>
</table>
www.rongrean.com Orjix
rowspan column <tr> 2 1
*rowspan rowspan <tr> 2

<table border="1px” bgcolor="#00ff00">
<tr>
<td>column1</td>
<td>column2</td>
</tr>
</table>
<table border="1px">
<tr>
<td bgcolor="#00ff00">column1</td>
<td>column2</td>
</tr>
</table>
www.rongrean.com Orjix
Attribute “bgcolor”
attribute <table>
attribute <td> <tr> column
row

<table border="1px" bordercolor="#00ff00">
<tr>
<td>column1</td>
<td>column2</td>
</tr>
<tr>
<td>column3</td>
<td>column4</td>
</tr>
</table>
www.rongrean.com Orjix

<table border="1px" background="rockman.jpg">
<tr>
<td>column1</td>
<td>column2</td>
</tr>
<tr>
<td>column3</td>
<td>column4</td>
</tr>
</table>
www.rongrean.com Orjix
BEFORE
AFTER

www.rongrean.com Orjix
<table border="1px" width="100%" height="100%">
<tr>
<td background="rockmanzx.jpg">column1</td>
<td>column2</td>
</tr>
<tr>
<td>column3</td>
<td background=“
band.jpg">column4
</td>
</tr>
</table>
<table border="1px" width="100%" height="100%">
<tr>
<td background="rockmanzx.jpg">column1</td>
<td>column2</td>
</tr>
<tr>
<td>column3</td>
<td background=“
band.jpg">column4
</td>
</tr>
</table>
*(column)*(column)

<table border="1px" frame="border" rules="all">
<tr>
<td>column1</td>
<td>column2</td>
<td>column3</td>
</tr>
<tr>
<td>column4</td>
<td>column5</td>
<td>column6</td>
</tr>
<tr>
<td>column7</td>
<td>column8</td>
<td>column9</td>
</tr>
</table>
www.rongrean.com Orjix
Attribute
frame rules
frame rules
rules
frame
Attribute frame
www.rongrean.com Orjix
Above
Below
Border
Box
Hsides
Lhs
Rhs
Void
Vsides
Attribute rules
www.rongrean.com Orjix
All
Cols column
Group thead, tbody, tfoot colgroup
None
Rows row

www.rongrean.com Orjix
<table border="1px" >
<tr>
<td width="150px" align="right">column1</td>
<td width="150px" align="center">column2</td>
<td width="150px" align="left">column3</td>
<td width="150px" align="justify">
column 4 test test test test test test test test test test
</td>
</tr>
</table>
<table border="1px" >
<tr>
<td width="150px" align="right">column1</td>
<td width="150px" align="center">column2</td>
<td width="150px" align="left">column3</td>
<td width="150px" align="justify">
column 4 test test test test test test test test test test
</td>
</tr>
</table>
Rigth
left
center
Justify *()
right center left justify

www.rongrean.com Orjix
<table border="1px" width="100%" height="100%">
<tr>
<td valign="baseline">column1</td>
<td valign="bottom">column2</td>
<td valign="middle">column3</td>
<td valign="top">column4</td>
</tr>
</table>
<table border="1px" width="100%" height="100%">
<tr>
<td valign="baseline">column1</td>
<td valign="bottom">column2</td>
<td valign="middle">column3</td>
<td valign="top">column4</td>
</tr>
</table>
baseline *
bottom
middle
top
baseline bottom

www.rongrean.com Orjix
<table border="1px" width="100%" height="100%">
<tr>
<td>column1</td>
<td>column2</td>
<td>column3</td>
</tr>
<tr>
<td>column4</td>
<td>column5</td>
<td>
<table border="1px" width="100%" height="100%">
<tr>
<td>A</td>
<td>B</td>
</tr>
<tr>
<td>C</td>
<td>D</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="1px" width="100%" height="100%">
<tr>
<td>column1</td>
<td>column2</td>
<td>column3</td>
</tr>
<tr>
<td>column4</td>
<td>column5</td>
<td>
<table border="1px" width="100%" height="100%">
<tr>
<td>A</td>
<td>B</td>
</tr>
<tr>
<td>C</td>
<td>D</td>
</tr>
</table>
</td>
</tr>
</table>
<td>

<img>
www.rongrean.com Orjix
<table border="1px" width="100%" height="100%">
<tr>
<td>pic1<br><img src="rockmanzx.jpg"/></td>
<td>pic2<br><img src="band.jpg"/></td>
</tr>
</table>
<table border="1px" width="100%" height="100%">
<tr>
<td>pic1<br><img src="rockmanzx.jpg"/></td>
<td>pic2<br><img src="band.jpg"/></td>
</tr>
</table>
<colgroup>
 colgroup
www.rongrean.com Orjix
<table border="1px" width="100%" height="100%">
<colgroup span="2" width="150px"></colgroup>
<tr>
<td>1</td><td>2</td><td>3</td><td>4</td>
</tr>
<tr>
<td>5</td><td>6</td><td>7</td><td>8</td>
</tr>
</table>
<table border="1px" width="100%" height="100%">
<colgroup span="2" width="150px"></colgroup>
<tr>
<td>1</td><td>2</td><td>3</td><td>4</td>
</tr>
<tr>
<td>5</td><td>6</td><td>7</td><td>8</td>
</tr>
</table>
2
Colspan=“2”
Width=“150px”
<colgroup> <table><colgroup> <table>
<col>
 <colgroup>
colspan <col>
www.rongrean.com Orjix
<table border="1px">
<colgroup>
<col span="2" width="50px"/>
<col width="150px"/>
<col span="2" width="100px"/>
</colgroup>
<tr>
<td>1</td><td>2</td><td>3</td><td>4</td><td>5</td>
</tr>
<tr>
<td>6</td><td>7</td><td>8</td><td>9</td><td>10</td>
</tr>
</table>
<table border="1px">
<colgroup>
<col span="2" width="50px"/>
<col width="150px"/>
<col span="2" width="100px"/>
</colgroup>
<tr>
<td>1</td><td>2</td><td>3</td><td>4</td><td>5</td>
</tr>
<tr>
<td>6</td><td>7</td><td>8</td><td>9</td><td>10</td>
</tr>
</table>
<col> <colgroup>
<col>
www.rongrean.com Orjix
Span=“2”
Width=“50px”
Span=“1”
Width=“150px”
Span=“2”
Width=“100px”
<thead>,<tbody>,<tfoot>
 3
www.rongrean.com Orjix
•<thead> (table header)
•<tbody> (table body)
•<tfoot> (table footer)
•<thead> (table header)
•<tbody> (table body)
•<tfoot> (table footer)
<table border="1px">
<thead>
<tr>
<td>…</td>
</tr>
</thead>
<tbody>
<tr>
<td>…</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>…</td>
</tr>
</tfoot>
</table>
<table border="1px">
<thead>
<tr>
<td>…</td>
</tr>
</thead>
<tbody>
<tr>
<td>…</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>…</td>
</tr>
</tfoot>
</table>
Table header
Table body
Table footer
*<thead>, <tbody>
<tfoot> <tr>
<thead>,<tbody>,<tfoot>

www.rongrean.com Orjix
<table border="1px">
<thead>
<tr>
<td>head1</td><td>head2</td><td>head3</td>
</tr>
</thead>
<tbody>
<tr>
<td>1</td><td>2</td><td>3</td>
</tr>
<tr>
<td>6</td><td>7</td><td>8</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>footer1</td><td>footer2</td><td>footer3</td>
</tr>
</tfoot>
</table>
<table border="1px">
<thead>
<tr>
<td>head1</td><td>head2</td><td>head3</td>
</tr>
</thead>
<tbody>
<tr>
<td>1</td><td>2</td><td>3</td>
</tr>
<tr>
<td>6</td><td>7</td><td>8</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>footer1</td><td>footer2</td><td>footer3</td>
</tr>
</tfoot>
</table>
<thead>,<tbody>,<tfoot>
 <thead>,<tbody>,<tfoot>
thead>tbody>tfoot
www.rongrean.com Orjix
<table border="1px">
<tfoot>
<tr>
<td>footer1</td><td>footer2</td><td>footer3</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>1</td><td>2</td><td>3</td>
</tr>
<tr>
<td>6</td><td>7</td><td>8</td>
</tr>
</tbody>
<thead>
<tr>
<td>head1</td><td>head2</td><td>head3</td>
</tr>
</thead>
</table>
<table border="1px">
<tfoot>
<tr>
<td>footer1</td><td>footer2</td><td>footer3</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>1</td><td>2</td><td>3</td>
</tr>
<tr>
<td>6</td><td>7</td><td>8</td>
</tr>
</tbody>
<thead>
<tr>
<td>head1</td><td>head2</td><td>head3</td>
</tr>
</thead>
</table>

More Related Content

What's hot

Web design - Working with tables in HTML
Web design - Working with tables in HTMLWeb design - Working with tables in HTML
Web design - Working with tables in HTMLMustafa Kamel Mohammadi
 
HTML 5 Tables and Forms
HTML 5 Tables and FormsHTML 5 Tables and Forms
HTML 5 Tables and FormsDoncho Minkov
 
Tables and Forms in HTML
Tables and Forms in HTMLTables and Forms in HTML
Tables and Forms in HTMLDoncho Minkov
 
Html table
Html tableHtml table
Html tableJayjZens
 
Frames tables forms
Frames tables formsFrames tables forms
Frames tables formsnobel mujuji
 
Internet programming lab manual
Internet programming lab manualInternet programming lab manual
Internet programming lab manualinteldualcore
 
Table structure introduction
Table structure introductionTable structure introduction
Table structure introductionnobel mujuji
 
Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)club23
 
Html basics 7 table
Html basics 7 tableHtml basics 7 table
Html basics 7 tableH K
 
HTML Lecture Part 2 of 2
HTML Lecture Part 2 of 2HTML Lecture Part 2 of 2
HTML Lecture Part 2 of 2Sharon Wasden
 
Web Technology Lab File
Web Technology Lab FileWeb Technology Lab File
Web Technology Lab FileKandarp Tiwari
 

What's hot (20)

Web technology lab manual
Web technology lab manualWeb technology lab manual
Web technology lab manual
 
Web design - Working with tables in HTML
Web design - Working with tables in HTMLWeb design - Working with tables in HTML
Web design - Working with tables in HTML
 
HTML Table
HTML TableHTML Table
HTML Table
 
HTML Table Tags
HTML Table TagsHTML Table Tags
HTML Table Tags
 
Web I - 03 - Tables
Web I - 03 - TablesWeb I - 03 - Tables
Web I - 03 - Tables
 
HTML 5 Tables and Forms
HTML 5 Tables and FormsHTML 5 Tables and Forms
HTML 5 Tables and Forms
 
Tables and Forms in HTML
Tables and Forms in HTMLTables and Forms in HTML
Tables and Forms in HTML
 
Html table
Html tableHtml table
Html table
 
Frames tables forms
Frames tables formsFrames tables forms
Frames tables forms
 
Internet programming lab manual
Internet programming lab manualInternet programming lab manual
Internet programming lab manual
 
Table structure introduction
Table structure introductionTable structure introduction
Table structure introduction
 
Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)
 
HTML Tables
HTML TablesHTML Tables
HTML Tables
 
Html basics 7 table
Html basics 7 tableHtml basics 7 table
Html basics 7 table
 
HTML Lecture Part 2 of 2
HTML Lecture Part 2 of 2HTML Lecture Part 2 of 2
HTML Lecture Part 2 of 2
 
html
htmlhtml
html
 
Web Technology Lab File
Web Technology Lab FileWeb Technology Lab File
Web Technology Lab File
 
Lavoro html
Lavoro htmlLavoro html
Lavoro html
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
HTML Tables
HTML TablesHTML Tables
HTML Tables
 

Viewers also liked

ใบความรู้ที่ 1 บทที่ 7 เรื่อง โน้ตสากล
ใบความรู้ที่ 1 บทที่ 7 เรื่อง โน้ตสากลใบความรู้ที่ 1 บทที่ 7 เรื่อง โน้ตสากล
ใบความรู้ที่ 1 บทที่ 7 เรื่อง โน้ตสากลsangkeetwittaya stourajini
 
ใบความรู้ที่ 1 บทที่ 8 เรื่อง กุญแจประจำหลัก
ใบความรู้ที่ 1 บทที่ 8 เรื่อง กุญแจประจำหลักใบความรู้ที่ 1 บทที่ 8 เรื่อง กุญแจประจำหลัก
ใบความรู้ที่ 1 บทที่ 8 เรื่อง กุญแจประจำหลักsangkeetwittaya stourajini
 
ใบความรู้ที่ 1 บทที่ 10 เรื่อง การอ่านและการบันทึกโน้ตสากล
ใบความรู้ที่ 1 บทที่ 10 เรื่อง การอ่านและการบันทึกโน้ตสากลใบความรู้ที่ 1 บทที่ 10 เรื่อง การอ่านและการบันทึกโน้ตสากล
ใบความรู้ที่ 1 บทที่ 10 เรื่อง การอ่านและการบันทึกโน้ตสากลsangkeetwittaya stourajini
 
ความรู้ทั่วไปเกี่ยวกับทวีปยุโรป
ความรู้ทั่วไปเกี่ยวกับทวีปยุโรปความรู้ทั่วไปเกี่ยวกับทวีปยุโรป
ความรู้ทั่วไปเกี่ยวกับทวีปยุโรปsangkeetwittaya stourajini
 
Riesgos y amenazas de la información electrónica
Riesgos y amenazas de la información electrónicaRiesgos y amenazas de la información electrónica
Riesgos y amenazas de la información electrónicaHenry Alexander Gasca Aldana
 
ใบความรู้ที่ 1 บทที่ 3 เรื่อง ลักษณะของวงดนตรีสากล
ใบความรู้ที่ 1 บทที่ 3 เรื่อง ลักษณะของวงดนตรีสากลใบความรู้ที่ 1 บทที่ 3 เรื่อง ลักษณะของวงดนตรีสากล
ใบความรู้ที่ 1 บทที่ 3 เรื่อง ลักษณะของวงดนตรีสากลsangkeetwittaya stourajini
 

Viewers also liked (20)

Mundo Animal
Mundo AnimalMundo Animal
Mundo Animal
 
Session4 part1
Session4 part1Session4 part1
Session4 part1
 
Session3 part1
Session3 part1Session3 part1
Session3 part1
 
Session1 part1
Session1 part1Session1 part1
Session1 part1
 
Session1 part3
Session1 part3Session1 part3
Session1 part3
 
ใบความรู้ที่ 1 บทที่ 7 เรื่อง โน้ตสากล
ใบความรู้ที่ 1 บทที่ 7 เรื่อง โน้ตสากลใบความรู้ที่ 1 บทที่ 7 เรื่อง โน้ตสากล
ใบความรู้ที่ 1 บทที่ 7 เรื่อง โน้ตสากล
 
ใบความรู้ที่ 1 บทที่ 8 เรื่อง กุญแจประจำหลัก
ใบความรู้ที่ 1 บทที่ 8 เรื่อง กุญแจประจำหลักใบความรู้ที่ 1 บทที่ 8 เรื่อง กุญแจประจำหลัก
ใบความรู้ที่ 1 บทที่ 8 เรื่อง กุญแจประจำหลัก
 
ประเทศในโลก
ประเทศในโลกประเทศในโลก
ประเทศในโลก
 
Session1 part2
Session1 part2Session1 part2
Session1 part2
 
Session1 part3
Session1 part3Session1 part3
Session1 part3
 
Session1 part1
Session1 part1Session1 part1
Session1 part1
 
ใบความรู้ที่ 1 บทที่ 10 เรื่อง การอ่านและการบันทึกโน้ตสากล
ใบความรู้ที่ 1 บทที่ 10 เรื่อง การอ่านและการบันทึกโน้ตสากลใบความรู้ที่ 1 บทที่ 10 เรื่อง การอ่านและการบันทึกโน้ตสากล
ใบความรู้ที่ 1 บทที่ 10 เรื่อง การอ่านและการบันทึกโน้ตสากล
 
Divorcio
DivorcioDivorcio
Divorcio
 
หอเกียรติยศ
หอเกียรติยศหอเกียรติยศ
หอเกียรติยศ
 
ความรู้ทั่วไปเกี่ยวกับทวีปยุโรป
ความรู้ทั่วไปเกี่ยวกับทวีปยุโรปความรู้ทั่วไปเกี่ยวกับทวีปยุโรป
ความรู้ทั่วไปเกี่ยวกับทวีปยุโรป
 
Session3 part1
Session3 part1Session3 part1
Session3 part1
 
Care act
Care actCare act
Care act
 
Hoja de vida kenay
Hoja de vida kenayHoja de vida kenay
Hoja de vida kenay
 
Riesgos y amenazas de la información electrónica
Riesgos y amenazas de la información electrónicaRiesgos y amenazas de la información electrónica
Riesgos y amenazas de la información electrónica
 
ใบความรู้ที่ 1 บทที่ 3 เรื่อง ลักษณะของวงดนตรีสากล
ใบความรู้ที่ 1 บทที่ 3 เรื่อง ลักษณะของวงดนตรีสากลใบความรู้ที่ 1 บทที่ 3 เรื่อง ลักษณะของวงดนตรีสากล
ใบความรู้ที่ 1 บทที่ 3 เรื่อง ลักษณะของวงดนตรีสากล
 

Similar to Session3 part2

Similar to Session3 part2 (20)

v4-html-table-210321161424.pptx
v4-html-table-210321161424.pptxv4-html-table-210321161424.pptx
v4-html-table-210321161424.pptx
 
Lecture-4.pptx
Lecture-4.pptxLecture-4.pptx
Lecture-4.pptx
 
01 HTML-Tables-1.pptx
01 HTML-Tables-1.pptx01 HTML-Tables-1.pptx
01 HTML-Tables-1.pptx
 
Lecture 5 html table
Lecture 5 html tableLecture 5 html table
Lecture 5 html table
 
html file
html filehtml file
html file
 
HTML Dasar : #9 Tabel
HTML Dasar : #9 TabelHTML Dasar : #9 Tabel
HTML Dasar : #9 Tabel
 
Web technology
Web technologyWeb technology
Web technology
 
Chapter 8: Tables
Chapter 8: TablesChapter 8: Tables
Chapter 8: Tables
 
Theme
ThemeTheme
Theme
 
Table and Form HTML&CSS
Table and Form HTML&CSSTable and Form HTML&CSS
Table and Form HTML&CSS
 
Xml and xslt
Xml and xsltXml and xslt
Xml and xslt
 
Web technology
Web technologyWeb technology
Web technology
 
HTML (Hyper Text Markup Language) by Mukesh
HTML (Hyper Text Markup Language) by MukeshHTML (Hyper Text Markup Language) by Mukesh
HTML (Hyper Text Markup Language) by Mukesh
 
Second raidteam.html
Second raidteam.htmlSecond raidteam.html
Second raidteam.html
 
Form & frame
Form & frameForm & frame
Form & frame
 
table html web programing
table  html  web programingtable  html  web programing
table html web programing
 
Web topic 12 tables in html
Web topic 12  tables in htmlWeb topic 12  tables in html
Web topic 12 tables in html
 
Html tables
Html tablesHtml tables
Html tables
 
Web html table tags
Web html  table tagsWeb html  table tags
Web html table tags
 
HTML page layout II
HTML page layout IIHTML page layout II
HTML page layout II
 

More from sangkeetwittaya stourajini

ประวัติพุทธบริษัท ภิกษุ ภิกษุณี อุบาสก อุบาสิกา
ประวัติพุทธบริษัท ภิกษุ ภิกษุณี อุบาสก อุบาสิกาประวัติพุทธบริษัท ภิกษุ ภิกษุณี อุบาสก อุบาสิกา
ประวัติพุทธบริษัท ภิกษุ ภิกษุณี อุบาสก อุบาสิกาsangkeetwittaya stourajini
 
ประวัติพระพุทธเจ้า
ประวัติพระพุทธเจ้าประวัติพระพุทธเจ้า
ประวัติพระพุทธเจ้าsangkeetwittaya stourajini
 
รำไทย รำวง มาตรฐานไทย
รำไทย รำวง มาตรฐานไทยรำไทย รำวง มาตรฐานไทย
รำไทย รำวง มาตรฐานไทยsangkeetwittaya stourajini
 
บรรณานุกรม ดนตรี นาฎศิลป์
บรรณานุกรม  ดนตรี นาฎศิลป์บรรณานุกรม  ดนตรี นาฎศิลป์
บรรณานุกรม ดนตรี นาฎศิลป์sangkeetwittaya stourajini
 

More from sangkeetwittaya stourajini (20)

พระพุทธศาสนา
พระพุทธศาสนาพระพุทธศาสนา
พระพุทธศาสนา
 
พระไตรปิฏก
พระไตรปิฏกพระไตรปิฏก
พระไตรปิฏก
 
ประวัติพุทธบริษัท ภิกษุ ภิกษุณี อุบาสก อุบาสิกา
ประวัติพุทธบริษัท ภิกษุ ภิกษุณี อุบาสก อุบาสิกาประวัติพุทธบริษัท ภิกษุ ภิกษุณี อุบาสก อุบาสิกา
ประวัติพุทธบริษัท ภิกษุ ภิกษุณี อุบาสก อุบาสิกา
 
ประวัติพระพุทธเจ้า
ประวัติพระพุทธเจ้าประวัติพระพุทธเจ้า
ประวัติพระพุทธเจ้า
 
ชาดก
ชาดกชาดก
ชาดก
 
ละครรำ
ละครรำละครรำ
ละครรำ
 
รำไทย รำวง มาตรฐานไทย
รำไทย รำวง มาตรฐานไทยรำไทย รำวง มาตรฐานไทย
รำไทย รำวง มาตรฐานไทย
 
บรรณานุกรม ดนตรี นาฎศิลป์
บรรณานุกรม  ดนตรี นาฎศิลป์บรรณานุกรม  ดนตรี นาฎศิลป์
บรรณานุกรม ดนตรี นาฎศิลป์
 
โขน
โขนโขน
โขน
 
Dance
DanceDance
Dance
 
Thai music2
Thai music2Thai music2
Thai music2
 
Thai music3
Thai music3Thai music3
Thai music3
 
Thai music4
Thai music4Thai music4
Thai music4
 
Thai music5
Thai music5Thai music5
Thai music5
 
Thai music6
Thai music6Thai music6
Thai music6
 
Thai music7
Thai music7Thai music7
Thai music7
 
Thai music8
Thai music8Thai music8
Thai music8
 
Thai music9
Thai music9Thai music9
Thai music9
 
Thai music10
Thai music10Thai music10
Thai music10
 
Thai music11
Thai music11Thai music11
Thai music11
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

Session3 part2