Lab 09 HTML Styles -CSS
CINDY BEH XIN YI AI200259 Lab #9: HTML Styles - CSS INFORMATION CSS stands for Cascading Style Sheets. CSS saves a lot of work. It can control the layout of multiple web pages all at once . CSS describes how HTML elements are to be displayed on screen, paper, or in other media. CSS can be added to HTML elements in 3 ways: · Inline - by using the style attribute in HTML elements · Internal - by using a <style> element in the <head> section · External - by using an external CSS file INSTRUCTION 1. By using Notepad, type the following text: Example 1 ...