0% found this document useful (0 votes)
39 views4 pages

Codes Enclosed in Brackets Usually Paired My Web Page Case Sensitive

Tags are used to identify and describe elements in HTML documents. Tags are enclosed in angle brackets and are not case sensitive. Common tags include <TITLE> to define the title of a web page. There are many programs that can be used to create web pages, including simple text editors and more full-featured HTML editors. HTML editors make it easier to generate code by clicking buttons instead of typing it by hand. However, it is important to also learn HTML code to edit pages and fix issues. For this course, the recommended text editor is Microsoft Notepad, which comes pre-installed on Windows systems. To open Notepad, click Start, Programs, Accessories and select the Notepad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views4 pages

Codes Enclosed in Brackets Usually Paired My Web Page Case Sensitive

Tags are used to identify and describe elements in HTML documents. Tags are enclosed in angle brackets and are not case sensitive. Common tags include <TITLE> to define the title of a web page. There are many programs that can be used to create web pages, including simple text editors and more full-featured HTML editors. HTML editors make it easier to generate code by clicking buttons instead of typing it by hand. However, it is important to also learn HTML code to edit pages and fix issues. For this course, the recommended text editor is Microsoft Notepad, which comes pre-installed on Windows systems. To open Notepad, click Start, Programs, Accessories and select the Notepad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Tags

 Codes enclosed in brackets


 Usually paired
<TITLE>My Web Page</TITLE>
Not case sensitive
<TITLE> = <title> = <TITLE>

1
Choosing Text Editor
 There are many different programs that you can use
to create web documents.
 HTML Editors enable users to create documents
quickly and easily by pushing a few buttons. Instead of
entering all of the HTML codes by hand.
 These programs will generate the HTML Source Code
for you.

2
Choosing Text Editor
 HTML Editors are excellent tools for experienced web
developers; however; it is important that you learn
and understand the HTML language so that you can
edit code and fix “bugs” in your pages.
 For this Course, we will focus on using the standard
Microsoft Windows text editors, NotePad. We may
use also textpad.

3
Starting NotePad
NotePad is the standard text editor that comes with
the microsoft windows operating system. To start
NotePad in windows 9x or XP follow the steps
bellow:
 Click on the “Start” button located on your
Windows task bar.
 Click on “Programs” and then click on the directory
menu labeled “Accessories”.
 Locate the shortcut “NotePad” and click the
shortcut once.

You might also like