ข้ามไปที่เนื้อหาหลัก

บทความ

กำลังแสดงโพสต์จาก มิถุนายน, 2018

การกำหนดแสดงแถบเลื่อน

ทดลองเขียนโปรแกรม <HTML> <HEAD> <TITLEโรงเรียนปากพะยูนพิทยาคาร:เทคโนโลยีสารสนเทศ</TITLE> </HEAD> <frameset rows ="40%,*" bordercolor = "red";> <frame src = http://www.pykschool.ac.th/html_ex/5_3.html noresize scrolling = "auto"> <frame src = http://www.pykschool.ac.th/html_ex/5_4.html noresize scrolling = "auto"> </frameset> </HTML> แสดงผลลลัพธ์

การกำหนดช่องว่างในเฟรม

ทดลองเขียนโปรแกรม <HTML> <HEAD> <TITLEโรงเรียนปากพะยูนพิทยาคาร:เทคโนโลยีสารสนเทศ</TITLE> </HEAD> <frameset rows ="40%,*" bordercolor = "red";> <frame src = http://www.pykschool.ac.th/html_ex/5_3.html marginwidth = "60" marginheight = "30"> <frame src = http://www.pykschool.ac.th/html_ex/5_4.html marginwidth = "60" marginheight = "30"> </frameset> </HTML> แสดงผลลลัพธ์

การกำหนดสีเส้นแบ่งเฟรม

ทดลองเขียนโปรแกรม <HTML> <HEAD> <TITLEโรงเรียนปากพะยูนพิทยาคาร:เทคโนโลยีสารสนเทศ</TITLE> </HEAD> <frameset rows ="40%,*" bordercolor = "red";> <frame src = http://www.pykschool.ac.th/html_ex/5_3.html> <frame src = http://www.pykschool.ac.th/html_ex/5_4.html> </frameset> </HTML> แสดงผลลลัพธ์

การกำหนดไม่ให้แสดงเส้นแบ่งเฟรม

ทดลองเขียนโปรแกรม <HTML> <HEAD> <TITLEโรงเรียนปากพะยูนพิทยาคาร:เทคโนโลยีสารสนเทศ</TITLE> </HEAD> <frameset rows ="40%,*" frameborder = "no"> <frame src = http://www.pykschool.ac.th/html_ex/5_3.html> <frame src = http://www.pykschool.ac.th/html_ex/5_4.html> </frameset> </HTML> แสดงผลลลัพธ์