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 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 opening HTML <__> and a closing Html </__>.
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>
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>.
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. References: http://www.wikihow.com/Create-a-Simple- 6 Web-Page-With-HTML
Recommend
More recommend