Page 15 - PortGPT_V2.1_C7_Flipbook
P. 15
EDITING AN EXISTING HTML DOCUMENT
Follow these steps to edit a HTML document: Factopedia
Step 1: Locate your file.
Step 2: Right-click on the file icon to open right click menu.
Step 3: Hover mouse pointer over Open with option to open a sub-
menu.
Step 4: Click on Notepad. HTML is a tag-based
language and can
be used with other
languages to create
attractive web pages.
Editing HTML file
In a web page, if
This will open your HTML document in Notepad so that you can make
changes in the file. After making the required changes, you need to you right-click and
choose the 'View
save the file by pressing the Ctrl+S keys.
page source' option,
If your web page is already opened in web browser, you need to press you can see the entire
the F5 Key to see the changes you have done. HTML code of the
web page.
Let’s Back-uP
• HTML is the most widely used language to design web pages.
• Hypertext is a piece of ordinary text that has a special
feature of linking to other documents or web pages.
• Tags are the basic building blocks of a web page.
• The tags that include both opening and closing tags are To display the
called Container Tags. copyright symbol on
• An attribute is a property that provides some additional the web page, use the
information about a tag. © code.
• HTML document is a text file containing markup tags.
Introduction to HTML5 13

