1 / 11

Creating a Basic Web Page

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.

wells
Download Presentation

Creating a Basic Web Page

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Creating a Basic Web Page • Introduction to Web Design and Development • Create a Basic Page Structure

  2. The World Wide Web Web Browser Web Page WWW Internet

  3. Markup Languages A set of symbols

  4. Elements Container Element Empty Element

  5. Tags Tag

  6. Attributes name=“value” syntax Included in the opening tag

  7. The Global Structure DTD Namespace Head Section Title Tag Body Section Paragraph Tag Closing HTML Tag

  8. Document Type Definition Should be the first line of an XHTML document Strict or Flexible Attribute Elements Character Entities

  9. Comments Reference Note Labeling Mechanism

  10. Absolute and Relative File Paths Absolute URL Relative URL

  11. 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 ?

More Related