เลขที่ 6
วันที่ 22 ตุลาคม 2562
เรื่อง พื้นฐานภาษา HTML
งานสร้างเว็บเพจที่ชื่อเกี่ยวกับฉันโดยใช้คำสั่งภาษาตั่ง HTML Elements ถึง HTML Iframes
ภาพตัวอย่างการสร้างเว็บเพจ HTML
ช
ฃ
<html>
<body>
<style>
p{
color: red;
}
</style>
<style>
body {
background-image: url('2144.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
</head>
<body><center>
<title>เกี่ยวกับฉัน</title>
<h1 style="text-align:center;">My Detail</h1>
<hr>
<p style="font-size:20px;">My name is Nattawat .</p>
<p style="font-size:20px;">My surename is Yalyong .</p>
<p style="font-size:20px;">My nickname is Kim .</p>
<p style="font-size:20px;">I am 20 years old .</p>
<p style="font-size:20px;">I am study at Phitsanulok tecnical college .</p>
<p align="center"><img src="9ab2d2adf19a1504abf6b47f25273cc2.jpg"width="400" height="400">
<p style="font-size:30px;"><b>Address .</p><address>
142/1.<br>
Wongnumkoo<br>
Phitsanulok<br>
Thailand
</address>
<p align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/UB1O30fR-EE"
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</body></center>
</html>