Questions | Answers |
---|---|
Describe the difference between an XML Sitemap and an HTML Sitemap.List the benefits and disadvantages of using each. |
XML SitemapAn XML sitemap is a file written in XML that lists all the pages on a website, mainly for search engines.
HTML SitemapAn HTML sitemap is a visible page listing links for site visitors.
|
Evaluate three IDEs and their suitability for trainee developers. |
1. Visual Studio Code (VS Code)
2. PyCharm
3. Eclipse
|
History of web browser development and standardization issues |
Web browsers started with Mosaic in the 1990s, followed by Netscape and Internet Explorer. Differences in browser interpretation of standards caused inconsistencies, forcing developers to write workaround code. Adoption of HTML, CSS, and JavaScript standards has improved consistency, though challenges persist with browser updates and variations in support. |
What are website testing methodologies? |
Testing ensures compatibility and functionality across browsers and devices.
|
What are the endorsed requirements of accessibility for all NT Government webpages? |
The NT Government follows WCAG 2.0 Level AA standards as part of the national strategy. While some content may still be improving, users are encouraged to provide feedback on accessibility issues. |
How should assets be organized for a webpage? |
Organize assets into folders like |