Publish your own Web page
  1. Use the simple Notepad editor in Windows (do not use those WP that provide HTML authoring features), create your web page using the following file as a reference.
    		<HTML> 
    			<HEAD> 
    				<TITLE> this is the title 
    				</TITLE> 
    			</HEAD>
    			<BODY>  your name, student ID
    				 <A HREF= "URL of an interesting Web Site "> label </A>
    				 review the Web Site that interested you most, 
    				 contrasting and explaining the good and bad aspects of the site 
    			</BODY> 
    		</HTML> 
    	
  2. Publish your pages on the Web, as described in Concise User Guide to CityU Personal Web Page .
  3. Using e-tell, check if your page is available on the Web.