Study Notes
Web authoring involves creating and designing web pages using specialized software tools, allowing users to build websites without writing complex code. These tools provide visual interfaces for designing pages, but understanding HTML helps create more professional websites.
- Web Authoring — the process of creating web pages using software tools. Example: Using a drag-and-drop interface to design a website.
- Template — a pre-designed web page structure that serves as a starting point. Example: A template with a ready-made layout and color scheme.
- HTML (HyperText Markup Language) — the standard language for creating web pages.
Example: Using
tags to format paragraphs.
- Navigation Buttons — interactive elements that guide users through a website. Example: A 'Contact Us' button linking to a contact form.
- Alt Text — descriptive text for images, crucial for accessibility. Example: 'A photo of a sunset over the ocean' for a sunset image.
Exam Tips
Key Definitions to Remember
- Web Authoring: Creating web pages using software tools.
- Template: Pre-designed web page structure.
- HTML: Standard language for web pages.
- Alt Text: Descriptive text for images.
Common Confusions
- Confusing templates with themes; templates are structural, while themes are stylistic.
- Misunderstanding the purpose of alt text; it's for accessibility, not just SEO.
Typical Exam Questions
- What is web authoring? Creating web pages using software tools.
- How do templates benefit web design? They save time and ensure a professional appearance.
- Why is alt text important? It aids accessibility and provides image descriptions.
What Examiners Usually Test
- Understanding of basic HTML tags and their uses.
- Ability to apply templates effectively.
- Knowledge of inserting and formatting content like text and images.