Html Basic

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Html Basic as PDF for free.

More details

  • Words: 965
  • Pages: 4
IEEM 230. HTML Basics Objectives of the lab: Learn how the web works - The client-server model Learn basic HTML language, and be able to write HTML documents using a text editor. - simple formatting - lists - controlled layouts using tables - images - links and URL’s Reference: HTML = HyperText Markup Language Simple HTML documents contain two things: (1) the text, and (2) information about how the text should be formatted (called TAG’s). The TAG’s provided in the following HTML example file will be sufficient for the purpose of this lab. To make it easier to read, all TAG’s are red, and comments are in blue. ------- Simple example of HTML --