Survey
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Implementation of Web Standards By Ryan Dunn Overview • • • • • Introduction HTML HTML will embedded CSS HTML created using Dreamweaver Conclusion Introduction • Web Standards allow an organization to reach the maximum amount of its intended audience. • Provides Forward Compatibility & Backward Compatibility Ways to Implement Web Standards • Hard Coded HTML • Hard Coded HTML with embedded CSS • HTML generated by Dreamweaver Hard Coded HTML • Advantages – Simplicity – Speed of creation (for a small number of pages) • Disadvantages – To maintain a uniform redundant code must be used – Updating format & style changes Hard Coded HTML with Embedded CSS • Advantages – Fast update for format & style changes – Less/No redundant code to achieve a uniform look – Memory use – More robust code set Hard Coded HTML with Embedded CSS • Disadvantages – More complicated than straight HTML – Harder to achieve compliance with Web Standards HTML Generated by Dreamweaver • Advantages – Simplicity • GUI format – Robust coding options * • Disadvantages – High memory cost – Price of software Memory Comparison Conclusion • Hard coded HTML with embedded CSS is most beneficial – Speed of updates – Memory – Robust code set • This solutions allows the most options while still complying with current Web Standards Questions?