130 likes | 284 Views
Creating a Basic Web Page. Introduction to Web Design and Development Create a Basic Page Structure. The World Wide Web. Web Browser. Web Page. WWW. Internet. Markup Languages. A set of symbols. Elements. Container Element. Empty Element. Tags. Tag. Attributes. name=“value” syntax.
E N D
Creating a Basic Web Page • Introduction to Web Design and Development • Create a Basic Page Structure
The World Wide Web Web Browser Web Page WWW Internet
Markup Languages A set of symbols
Elements Container Element Empty Element
Tags Tag
Attributes name=“value” syntax Included in the opening tag
The Global Structure DTD Namespace Head Section Title Tag Body Section Paragraph Tag Closing HTML Tag
Document Type Definition Should be the first line of an XHTML document Strict or Flexible Attribute Elements Character Entities
Comments Reference Note Labeling Mechanism
Absolute and Relative File Paths Absolute URL Relative URL
Reflective Questions 1. Which DTD would you prefer to use for your XHTML document and why? 2. Where and when would you use comments in your XHTML document ?