Page 66 - PlugGPT_V2.0_C6_Flipbook
P. 66
Step 6 Click on Save button to save the file.
File menu – Save option
Save As dialog box
Clickipedia
Shortcut to open the Save As dialog box: Ctrl + S
Viewing a Web Page
After creating and saving an HTML document, you need to open it in a web browser to view it.
To open an HTML document into web browser, perform the following steps:
Step 1 Open the folder in which you have saved the HTML document.
Step 2 Locate the file and double-click it. Web page opens in your default web browser window.
Web page in web browser
INTRODUCING CSS3
CSS stands for Cascading Style Sheets. It is a design language which is used to style the web
pages. It handles and describes how an HTML web page will be presented on a web browser.
It helps to save a lot of time as one design layout can be used to make number of web pages.
The latest version of CSS is CSS 3.
CSS comprises of the style rules that are interpreted by the web browser and then applied to
the corresponding elements in HTML web page. Syntax to create a style in CSS is:
selector{property1:value1; property2:value2; … …}
where the selector refers to an HTML tag to which a style will be applied. The property1, is a
property of CSS that can be used to create a style and value1 is the valid value of the property.
A semicolon should be used at the end of the property value if more than one property is used.
However, you can skip the semicolon if only one property is used.
64 Premium Edition-VI

