1 / 11

Introduction to HTML

Introduction to HTML. Is there a difference between the Internet and the Web. Internet  is a network of connected computers that spans the globe. These computers are connected together to share information.

lars
Download Presentation

Introduction to HTML

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. Introduction to HTML

  2. Is there a difference between the Internet and the Web Internet is a network of connected computers that spans the globe. These computers are connected together to share information. Web  or known as World Wide Web is one of the many ways to exchange information across the Internet.

  3. Types of Sites • Personal • Online Diaries of Blogs • Resume • Topical • Event • Promotion • Small Business (e-commerce)

  4. Common Problem Areas • Computer Monitors • Colors • Large Graphics • Plug-ins, movies and browser-specific features.

  5. Tips in making your site up to date • Think in stages • Select the parts you can modify regularly, and leave the rest alone • Design a web site that is easy to change

  6. Practice Good Design • Stay simple (and don’t annoy your audience) • Be consistent • Know you audience

  7. The Ingredients of a Web Site • Web pages • Web space • A domain Name • Web design tools • Hyperlinks • Indispensable extras

  8. HTML plays two key roles: • HTML tells a Web browser how to format a page. • HTML links different documents together.

  9. Types of Tags • Container tags • e.g. <title>HTML and Web Design<title> • Standalone tags or empty tags • <hr> • <br>

  10. Three Important Container Tags • HTML - indicates that the document should be interpreted as a HTML document • HEAD – have the necessary information regarding the HTML document. • BODY – have the elements to be displayed in the browser.

  11. Attributes in the BODY tag • bgcolor • background • text • link • vlink • alink • class, id, style

More Related