The previous chapter presented an overview of how computers communicate over the
Internet, particularly as part of the World Wide Web. It also discussed the functions of
web browsers and servers. While many types of information can be communicated between
browsers and servers, most documents are written using the Hypertext Markup Language
(HTML), which is a primary focus of this chapter.
Actually,HTMLis not a single language, but the name for a family of related languages
that have evolved over the years. We will cover one of the newer members of this family,
XHTML 1.0. In order to fully understand XHTML, you’ll need some familiarity with
another language, the Extensible Markup Language (XML). So we will also cover enough
XML to allow you to understand the formal definition of XHTML 1.0. XML is important in
other contexts as well; additional XML details will be covered in later chapters, particularly
Chapter 7.
We’ll begin this chapter by looking at a simple HTML example. Next, you’ll learn
a bit about the history of HTML, why HTML standards are important, and why we will
study XHTML 1.0 rather than some other version of HTML. After that, many of the basic
features of XHTML 1.0 will be covered. Then XML and its relationship to XHTML will
be presented. The blogging case study as well as some key online references for XHTML,
XML, and browser handling of HTML are included at the end of the chapter.
When you have finished this chapter, you should be able to:
_ Create standards-compliant static HTML documents using a variety of HTML elements.
_ Know where to find the reference definitions of HTML and XML and be able to understand
(at least most of) these definitions.
_ Determine whether or not an XHTML document is syntactically correct by consulting
an XML document type definition.
_ Describe some of the history of HTML and the relationships between HTML, XML,
and XHTML.
_ Discuss pros and cons of following standards in web development.
บทก่อนหน้านี้ที่นำเสนอภาพรวมของวิธีการคอมพิวเตอร์สื่อสารผ่าน
อินเทอร์เน็ต โดยเฉพาะอย่างยิ่งในส่วนของเวิลด์ไวด์เว็บ นอกจากนี้ยังกล่าวถึงการทำงานของ
เว็บเบราเซอร์และเซิร์ฟเวอร์ ในขณะที่หลายประเภทของข้อมูลที่สามารถสื่อสารระหว่าง
เบราว์เซอร์และเซิร์ฟเวอร์ เอกสารส่วนใหญ่จะเขียนโดยใช้
Hypertext Markup Language ( HTML ) ซึ่งเป็นจุดมุ่งหมายหลักของบทนี้
.จริงๆ แล้ว htmlis ไม่ใช่ภาษาเดียว แต่ชื่อ สำหรับครอบครัวที่เกี่ยวข้องกับภาษา
ที่พัฒนาในช่วงปี เราจะครอบคลุมหนึ่งในสมาชิกใหม่ของครอบครัว
XHTML 1.0 เพื่อที่จะเข้าใจ XHTML , คุณจะต้องมีความคุ้นเคยกับ
อีกภาษา , โปรแกรมภาษา Extensible ( XML ) แล้วเรายังจะครอบคลุมเพียงพอ
XML ที่จะช่วยให้คุณเข้าใจนิยามของ XHTML 1.0 XML เป็นสำคัญในบริบทอื่น ๆเช่นกัน
; รายละเอียดข้อมูลเพิ่มเติมจะครอบคลุมในบทต่อมา โดยเฉพาะบทที่ 7
.
เราจะเริ่มบทนี้ดูจากตัวอย่าง HTML ง่ายๆ ถัดไปคุณจะเรียนรู้
บิตเกี่ยวกับประวัติของ HTML , ทำไมมาตรฐาน HTML เป็นสำคัญ แล้วทำไมเราจะ
ศึกษา XHTML 1 .0 แทนบางรุ่นอื่น ๆของ HTML หลังจากนั้น หลายพื้นฐาน
คุณสมบัติของ XHTML 1.0 จะครอบคลุม และ XML และความสัมพันธ์ของ XHTML จะ
ได้รับการเสนอ บล็อกการศึกษารวมทั้งบางคีย์ออนไลน์อ้างอิง XHTML , XML และการจัดการ
, เบราว์เซอร์ HTML รวมในตอนท้ายของบทที่
เมื่อคุณเสร็จบทนี้ คุณควรจะสามารถ :
_ สร้างมาตรฐานที่สอดคล้องกับเอกสาร HTML แบบคงที่โดยใช้ความหลากหลายขององค์ประกอบ HTML .
_ ทราบว่าจะหาอ้างอิงคำนิยามของ HTML และ XML และสามารถเข้าใจ
( อย่างน้อยที่สุด ) คำนิยามเหล่านี้ .
_ กำหนดหรือไม่ XHTML เอกสารการแก้ไขโดยการให้คำปรึกษา
พิมพ์เอกสาร XML นิยาม_ อธิบายบางส่วนของประวัติศาสตร์ของความสัมพันธ์ระหว่าง HTML และ XHTML และ HTML , XML ,
.
_ หารือเกี่ยวกับข้อดีและข้อเสียของการตามมาตรฐานในการพัฒนาเว็บ
การแปล กรุณารอสักครู่..