Introduction to Web Design

Table of contents :

  1. Understanding the World Wide Web
  2. The Language of the Web: HTML
  3. Web Browsers and How They Display Pages
  4. Sacramento State Web Guidelines
  5. Web Site Organization and File Naming
  6. Working with Images
  7. Web Editors and Tools
  8. Moving Files to a Web Server
  9. Web Usability Principles
  10. Evaluating Your Web Site

Introduction to Web Design: An Introduction

This PDF provides a foundational introduction to web design, ideal for beginners or those looking to refresh their knowledge of building websites. It explains key web technologies such as HTML and browsers, along with practical guidance on organizing websites, working with images, and uploading content to servers. The content emphasizes principles of usability, ensuring that websites are user-friendly and effective. Through this guide, you can acquire skills that enable you to create well-structured, visually appealing, and accessible web pages. Furthermore, the material highlights best practices used at institutions like Sacramento State, blending theory with hands-on advice for managing and publishing content online efficiently.


Topics Covered in Detail

  • Overview of the World Wide Web and Internet Basics
  • HTML and XHTML as Web Page Authoring Languages
  • Supported Web Browsers and Compatibility Issues
  • Guidelines and Best Practices from Sacramento State
  • How to Organize Your Website and File Naming Conventions
  • Preparing, Optimizing, and Managing Images for Web Use
  • Overview of Popular Web Editors and FTP Programs
  • Uploading and Managing Files on Web Servers
  • Core Principles of Web Usability to Enhance User Experience
  • Methods to Evaluate and Improve Your Website’s Effectiveness

Key Concepts Explained

1. The Language of the Web: HTML and XHTML HTML (HyperText Markup Language) is the backbone of all web pages, instructing browsers how to display content such as text, images, and links. XHTML is an enhanced version that improves accessibility and compatibility by enforcing stricter coding rules. Understanding these languages is vital as they determine how your website looks and functions across different devices and browsers.

2. Web Browsers and Compatibility Different browsers (Internet Explorer, Firefox, Safari) may interpret HTML differently, which can cause websites to appear inconsistent. Web designers must consider these differences and test their pages across multiple browsers to ensure consistent user experience. Additionally, users can customize browser settings such as fonts and colors, affecting page appearance.

3. Site Structure and Organization A clear, consistent site structure helps both users and developers navigate content easily. The guide recommends maintaining a root folder containing your entire site, using index.html as the homepage, separating images into dedicated folders, and organizing files with meaningful names. This organization simplifies site maintenance and ensures clarity.

4. Working with Images Images must be optimized for the web—resized and saved in appropriate formats like JPEG or GIF—to load quickly without sacrificing quality. Additionally, copyright considerations are crucial; designers should use images legally by purchasing, creating, or digitizing their own, and follow fair use guidelines when applicable.

5. Web Usability Principles Users scan pages rather than reading every word. Effective web design prioritizes visual hierarchy, clear navigation, and minimizing distractions (‘noise’). It should be obvious what elements are clickable and content should be divided into well-defined sections to improve usability. These principles reduce user frustration and encourage engagement.


Practical Applications and Use Cases

The knowledge covered in this PDF is applicable across various real-world web design tasks. For example, educators and students can create organized, accessible course websites that facilitate learning. Small businesses can apply these principles to craft user-friendly online storefronts, ensuring visitors quickly find products and support. Webmasters at universities or organizations can maintain consistent, branded web presences aligned with institutional guidelines. Additionally, freelance web designers can leverage these fundamentals to build professional client websites that are optimized for usability and search engines. Understanding file organization and FTP tools simplifies updates and site management in all these scenarios.


Glossary of Key Terms

  • HTML (HyperText Markup Language): The core language used to create and structure web pages.
  • XHTML: A stricter and more standardized form of HTML designed for better compatibility and accessibility.
  • Web Browser: Software that retrieves and displays web pages, e.g., Firefox, Safari, Internet Explorer.
  • FTP (File Transfer Protocol): A method to upload and download files between your computer and a web server.
  • Root Folder: The main directory containing all the files for a website.
  • Visual Hierarchy: The arrangement of page elements to guide users’ attention and reading order.
  • Image Optimization: Adjusting image size and format to improve page loading speed without losing quality.
  • Copyright: Legal rights that regulate the use of creative works like images and written content.
  • Usability: How easy and efficient it is for visitors to navigate and interact with a website.
  • File Naming Conventions: Rules for naming files consistently to maintain clarity and avoid errors.

Who is this PDF for?

This PDF is designed for beginners interested in learning how to create and publish websites, including students, faculty members, and administrative staff at institutions like Sacramento State. It is also highly useful for small business owners and freelance web designers looking to understand fundamental web design concepts and best practices. Those with basic computer literacy but limited web experience will benefit from the clear explanations and step-by-step approaches. By following this guide, readers gain useful skills to build accessible, easy-to-use sites that meet contemporary web standards.


How to Use this PDF Effectively

To maximize the benefits of this PDF, start by reading through each section carefully, taking notes on concepts that seem new or challenging. Practice by applying file naming conventions and creating a simple site structure on your computer. Experiment with image optimization using basic editing software, and try uploading files to a web server using one of the recommended FTP programs. Frequently revisit the web usability principles when designing your pages to create intuitive, user-friendly sites. Consider pairing this guide with hands-on projects or courses for deeper learning.


FAQ – Frequently Asked Questions

What is the importance of creating a clear site structure in web design? A clear site structure organizes all files, documents, and images in a consistent and simple way within a root folder. This makes it easier for both the website creator and others to manage and update the site. It also ensures that the default homepage is properly recognized and that images and content are easily accessible. Using consistent folders like an images folder and subfolders for content improves navigation and maintenance.

How do I optimize images for use on a website? Images should be prepared using image editors such as Adobe Photoshop Elements to resize and optimize them for faster loading times while maintaining quality. Save these images in web-friendly formats like GIF or JPG and store them logically within an images folder in your site structure. Always consider copyright laws and permissions before using any image to avoid legal issues.

What are the best practices for naming files on a website? Use lower-case letters primarily, starting filenames with letters rather than numbers. Avoid spaces and special characters except for underscores (_) or dashes (-) to represent spaces. Be consistent with file extensions like .htm or .html for webpages. Following these conventions prevents issues with browsers and ensures files are correctly located and displayed.

Why is web usability crucial for designing web pages? Web usability ensures that a website is convenient and practical for its intended audience. Because visitors typically scan rather than read pages thoroughly, effective visual hierarchy, use of conventions, clearly defined areas, obvious clickable elements, and minimal distractions help users find and understand information quickly, preventing frustration and reducing the chance of visitors leaving the site.

What tools can I use to move my web files to a server? Common FTP (File Transfer Protocol) programs such as Dreamweaver, Fetch, FrontPage, and Windows Explorer allow you to upload files from your computer to a web server. These tools help manage file transfers efficiently and ensure that all web files and accompanying assets are uploaded correctly to keep your site functional and up to date.


Exercises and Projects

Summary of Exercises from the Course Material: One exercise involves creating a site structure by organizing a list of files using proper file naming conventions and placing them logically within a root folder and subfolders such as an images folder. This hands-on activity reinforces concepts of site organization and file management.

Tips for Completing the Exercise:

  • Begin by renaming files to follow the recommended naming conventions (lower-case, no spaces, use underscores or dashes).
  • Create a root folder on your computer and organize your files into this folder and subfolders per their type (e.g., images, documents).
  • Designate an index.htm file as the homepage and ensure all links within the site refer to the correct file paths.
  • Regularly test your site structure by opening files in a web browser to confirm that pages and images load correctly.

Suggested Project: Build a Simple, Usable Website Steps:

  1. Plan your site content and sketch a simple layout, focusing on clear visual hierarchy.
  2. Create a root folder and set up subfolders: one for images, one for documents, etc.
  3. Design and optimize images using an image editor, saving them as GIF or JPG in the images folder.
  4. Write basic HTML pages using consistent and proper file naming conventions.
  5. Incorporate navigation links following established web usability principles (make clickable items obvious, minimize clutter).
  6. Use a free FTP program to upload your files to a web server or test locally with a browser.
  7. Evaluate the site by scanning pages as a visitor would and adjust design elements accordingly for ease of use.

This project consolidates understanding of web site structure, file management, usability design, and deployment techniques covered in the course.

Updated 4 Oct 2025


Author: Joseph W. Lowery

File type : PDF

Pages : 20

Download : 9523

Level : Beginner

Taille : 504.58 KB



Similare courses