ดาวน์โหลดงานนำเสนอ
งานนำเสนอกำลังจะดาวน์โหลด โปรดรอ
1
อ. ปิยวรรณ โถปาสอน Email: teacher.pi@hotmail.com
90
New Semantic Elements in HTML5
<header> <nav> <section> <article> <aside> <figcaption> <figure> <footer>
91
HTML5 <section> Element
ตัวอย่าง <section> <h1>SNRU</h1> <p>Sakon nakon Rajabhat University</p> </section>
92
HTML5 <article> Element
Examples of where an <article> element can be used: Forum post Blog post News story Comment <html> <body> <article> <h1>Internet Explorer 9</h1> <p>Windows Internet Explorer 9 (abbreviated as IE9) was released to the public on March 14, 2011 at 21:00 PDT.....</p> </article> </body> </html>
93
HTML5 <nav> Element
<!DOCTYPE html> <html> <body> <nav> <a href="/html/">HTML</a>| <a href="/css/">CSS</a> | <a href="/js/">JavaScript</a> | <a href="/jquery/">jQuery</a> </nav> </body> </html> ผลรัน HTML | CSS | JavaScript | jQuery
94
HTML5 <aside> Element
<html> <body> <p>My family and I visited The Epcot center this summer.</p> <aside> <h4>Epcot Center</h4> <p>The Epcot Center is a theme park in Disney World, Florida.</p> </aside> </body> </html> ผลลัพธ์ My family and I visited The Epcot center this summer. Epcot Center The Epcot Center is a theme park in Disney World, Florida.
95
HTML5 <header> Element
<html> <body> <article> <header> <h1>Internet Explorer 9</h1> <p><time pubdate datetime=" "></time></p> </header> <p>Windows Internet Explorer 9 (abbreviated as IE9) was released to the public on March 14, 2011 at 21:00 PDT.....</p> </article> </body> </html> ผลลัพธ์ Internet Explorer 9 Windows Internet Explorer 9 (abbreviated as IE9) was released to the public on March 14, 2011 at 21:00 PDT.....
96
HTML5 <aside> Element
<html> <body> <p>My family and I visited The Epcot center this summer.</p> <aside> <h4>Epcot Center</h4> <p>The Epcot Center is a theme park in Disney World, Florida.</p> </aside> </body> </html> ผลลัพธ์ My family and I visited The Epcot center this summer. Epcot Center The Epcot Center is a theme park in Disney World, Florida.
97
HTML5 <footer> Element
<html> <body> <footer> <p>Posted by: Hege Refsnes</p> <p><time pubdate datetime=" "></time></p> </footer> </body> </html> ผลลัพธ์ Posted by: Hege Refsnes
98
มอบหมายงานครั้งที่ 1 จงใช้ภาษา HTML เขียนคำสั่งเพื่อแสดง ชื่อ-นามสกุลนักศึกษา, คณะ, สาขา, รหัสประจำตัว ให้อยู่คนละบรรทัด และอยู่กึ่งกลางหน้าเว็บเพจ เก็บคะแนน 5 คะแนน บันทึกชื่อไฟล์เป็นรหัสนักศึกษา.html ส่งที่เว็บไซต์อาจารย์
งานนำเสนอที่คล้ายกัน
© 2024 SlidePlayer.in.th Inc.
All rights reserved.