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 --