2003-2007 | Higher Diploma | Department of Information Technology | Hong Kong Institute of Vocational Education (IVE), Tsing Yi
In the early 2000s, during the dot-com bubble, the media industry struggled to find web designers with proper education in web design, motion graphics (GIF), and multimedia tools.
Students will learn to create web pages using the latest software and technology trends throughout this course. The curriculum covers fundamental programming using HTML 4.0 and CSS2 and practical design skills for producing web graphics in Adobe Photoshop 5.5 (JPG) and Adobe ImageReady 1.0 (Animated GIF). Students will apply their technical skills to complete final projects and class exercises in web design.
To create a website using HTML 4.0 and Adobe Photoshop, you would follow a process that integrates web development with visual design. Here is a step-by-step guide:
Design the layout in Photoshop, slice it into image assets, and export those images.
Create an HTML 4.0 structure for your website, using <table> or basic CSS to organize the layout.
Insert images and content into your HTML structure and style the page using CSS if desired.
Preview, test, and upload your website to a web server for public access.
Comments