How to Construct a Web Page Bruce Wilson Program Examples to use - - PowerPoint PPT Presentation

how to construct a web page
SMART_READER_LITE
LIVE PREVIEW

How to Construct a Web Page Bruce Wilson Program Examples to use - - PowerPoint PPT Presentation

How to Construct a Web Page Bruce Wilson Program Examples to use Notepad/Notepad++ Microsoft Power-point Microsoft Word Microsoft Front-page Adobe Dreamweaver NetObjects Fusion Steps to Using the Program Notepad++ to


slide-1
SLIDE 1

How to Construct a Web Page

Bruce Wilson

slide-2
SLIDE 2

Program Examples to use

  • Notepad/Notepad++
  • Microsoft Power-point
  • Microsoft Word
  • Microsoft Front-page
  • Adobe Dreamweaver
  • NetObjects Fusion
slide-3
SLIDE 3

Steps to Using the Program Notepad++ to Create the Simplest Webpage

  • To begin using notepad++, you must first download it

for free from SourceForge.net

  • Step 1: To use simply go to your computers “Start

Menu” and select “Programs” Then select “Accessories” and lastly “Notepad”.

  • Step 2: Type <html> to start a
  • webpage. Also add

</html> to later on end the webpage. >SideNote: When writing code it will be between an

  • pening HTML <__> and a closing Html </__>.
slide-4
SLIDE 4

Header and Title

  • Step 3: Add a opening heading using

<head> and closing using </head> directly below the <html>.

  • Step 4: Add a title directly below header

using <title>”yourtitlehere” and closing with </title>

slide-5
SLIDE 5

Body of Web Page

  • Step 5: Type <body> directly under the closing

</head>. This is were the extent of your websites content will be place. Then finish with a closing tag of </body>.

slide-6
SLIDE 6

Coding Webpage Content in Body

  • Add a Marquee

(<marquee>TEXTHERE</marquee>

  • Insert Pictures

(<imgsrc=“URL”>…..</imgsrc=“URL”>)

  • Step 6: “Save As” .html extension and select “All

Files or Text” as file type.

6 References: http://www.wikihow.com/Create-a-Simple- Web-Page-With-HTML