Fast Revision Notes for Exam (2-4 lines answers)
1. URL (Uniform Resource Locator): Web address to access resources. Example: https://www.google.com.
2. HTTP: Protocol to transfer web pages between server and browser.
3. ISP: Company that provides internet access to users.
4. Web Page & Website: Web page is a document; website is a collection of pages.
5. Anchor Tag: <a> tag creates hyperlinks for navigation.
6. Container & Empty Tag: Container tags have both opening & closing; empty tags are self-closing.
7. Form in HTML: Used to collect user data and send to server.
8. Text Box in HTML: <input type="text"> creates a text box.
9. WWW: System of interlinked documents accessed via browser.
10. Heading Tag: <h1> to <h6> used to define headings on web pages.
11. Hypertext: Text with links, used for easy navigation between pages.
12. Background Color: Use CSS 'background-color' property in body or div.
13. Dynamic HTML: Combines HTML, CSS, JS to make pages interactive.
14. Graphics in Web Designing: Makes sites attractive & improves user experience.
15. Webcasting: Streaming of audio/video over internet to multiple users.
16. Web Publishing: Process of creating and uploading content on the web.
17. Important Terms:
- IP: Set of rules for data transfer over internet.
- Netscape Layer: Old dynamic content method (obsolete).
- Web Publishing: Making content live on web.
- Graphics Use: Enhance design & engagement.
- Webcasting: Broadcasting over web.
- WWW: System of linked documents.
- Hypertext: Text with links for easy navigation.
18. Adding Pictures: Use <img src="image.jpg" alt="description">.
19. Search Tools: Help users find information online (Google, Bing).
20. Frame Creation: Use <frameset> & <frame> to divide browser window (now obsolete).
21. Web Browser: Software to access websites (Chrome, Firefox).
22. Internet: Global network connecting computers for data sharing.
23. CSS: Used to style web pages (colors, layout, fonts).
24. ID Attribute: Uniquely identifies an HTML element.
25. Homepage, Webpage, Website:
- Homepage: Main page.
- Webpage: Single document.
- Website: Collection of web pages.
26. HTML vs DHTML:
- HTML: Static pages.
- DHTML: Dynamic and interactive pages using CSS, JS.