Sunteți pe pagina 1din 3

SUPERVISED BY: MR.

GOODLUCK ELOHO OKENO

WEBSITE DESIGN REPORT

Website design encompasses many different skills and discipline in the creation and maintenance of websites. The different areas of website design include website graphic design, interface design and standardize code. N.B: The real life address is different from the address. Therefore, website is a page that has been designed in other to gain access to the world wide web (WWW) TOOLS/SOFTWARE USED IN WEBSITE DESIGN Notepad Macromedia Dreamweaver 90 seconds web builder Word press etc

NOTEPAD This is a free application in all system. This implies that notepad comes with your operating system (window operating system) HOW TO LAUNCH NOTEPAD Click on start button Click on All program Click on Accessories Click on Notepad

HOW TO SAVE YOUR WEB SITE DESIGN IN NOTEPAD On the notepad displayed, type hello world Click on File Menu Click on Save As On the save as dialogue box displayed, type the file name with .html extension (hypertext markup language) Click on save
@MH COMPUTER TECHNOLOGY

SUPERVISED BY: MR. GOODLUCK ELOHO OKEN

SOME HTML CODES AND THEIR MEANINGS


<html> The entire HTML document </html> <html> The head of the document </html> <title> title of the website </title> <body> all the content in the HTML document </body> <p> paragraph <p> <br> break <br> <b> Bold </b> <i> italic <i> <u> underline </u> <h1> header tag </h1> it ranges from h1 to h6 Colour tag or code <bg = background-colour: green> Marquee tag <marquee.

PROJECT WORK: DESIGN A WEBSITE USING NOTEPAD HERE IS A WEBSITE DESIGN FOR NIGERIA ONLINE REGISTRATION FORM <html> <head> <title> NIGERIA ARMY COMMAND ONLINE REGISTRATION FORM </title> <body> <body style = background color:green> <center><h1 style = background color:white;><b>NIGERIA ARMY COMMAND</b><p><h2><No 14B, KIRIKI. OFF AIR PORT ROAD.ABUJA</b><h2><h3><b>ARMY ONLINE REGISTRATION FORM</B></p></h3></h1></center> <p style=font-align: Arial;colour:black;font size:25px;><b>PERSONAL DETAILS</P<p style=font-align:Arial;color:white;font-size:25px;><b> CANDIDATE NAME.(As given in matriculation certification): <input type=textCANDIDATE NAMEAs given in matriculation certificate)=

></b></P> <p style=font align:Arial;color:white;font-size:25px;><b>NATIONALITY: <input type=textDATE OF BIRTH (dd/mm/yyyy).= ></b></P> <P style=font-align:Arial;color:white;font-size:25px;><b>DATE OF BIRTH (dd/mm/yyyy): <input type=textDATE OF BIRTH (dd/mm/yyyy).= ></b></P> <p style=font align:Arial;color:white;font-size:25px;><b>MARITAL STATUS: <input type=textMARITAL STATUS= ></b></P> <P style=font-align:Arial;color:white;font size:25px;><b>FATHERS NAME: <input type=textFATHERS NAME.= ></b></P> <p style=font-align:Arial;color:white;font size;25px:><b>MOTHERS NAME: <input type=textMOTHERS NAME.= ></b></P> <p style=font-align:Arial;color:white;font-size:25px;><b>EMAIL ID: <input type=text= ></b></P> <P style=font-align:Lucida sans;color:white;font-size:26px;>2. Any incorrect details filled in the application will lead to cancellation of candidature<br>and suitable action will be taken against the candidate </p> </body> </head> </html>

S-ar putea să vă placă și