HTML / Website Creation
HTML – HyperText Markup Language For formatting Web pages Ordinary text can be created using any Text editor: e.g. NotePad, EditPad MUST save as ***.htm or ***.html Or using HTML editor like Eversoft 1st Page (can download for free)
HTML Template <HTML> <HEAD> <TITLE>…</TITLE> <BODY> Web page contents … … </BODY> </HTML>
<P>Paragraphs</P> Container TAGS <H#>For headings</H#>, # = 1, 2, …, 6 <UL> <LI>Unordered list 1…</LI> <LI>Unordered list 2…</LI> </UL> <OL> <LI>Ordered list 1…</LI> <LI>Ordered list 2…</LI> </OL> <P>Paragraphs</P>
<I>Italic</I> <B>Bold</B> Container TAGS <I>Italic</I> <B>Bold</B> <FONT color=“blue” size=“+1”> changing text color / size… </FONT>
<HR> – horizontal line <BR> – line break Empty Tags <HR> – horizontal line <BR> – line break
Link / Images <A href=“web page address or filename”> Hypertext <IMG src=“image name” width=“…” height=“…”> Image file format - .gif, .jpg, .png
Background & Color <BODY background=“image file”> <BODY bgcolor=“color code” text=“color code” link=“color code”> e.g. <BODY bgcolor=“#000000” text=“#FFFFFF” link=“#9690CC”> Color code : #RRGGBB (0-9, A-F)
FTP – File Transfer Protocol Upload all .html & image files used to a host (web server) using an FTP software: WS_FTP WinScp Our host: nuscpa3.physics.nus.edu.sg UserID: scit7??? Password: scit000 All files/folders MUST be in the public_html folder
Assignment Modify your home page @ nuscpa3.physics.nus.edu.sg/~scit7???/index.html Introduce yourself & create links to all the assignments you’ve done Will be graded Can complete on FREE afternoons.