The computing industry is well known for rapid changes and growth, and Internet technologies have certainly evolved and grown quickly. With this trend in mind, how can you avoid having to recreate your Web pages when the technologies change? How can you ensure your Web pages will continue to be viewable in a Web browser? Provide four guidelines to help minimize the effort needed to update your Web pages.
What will be an ideal response?
• Keep it simple. Use a simple design and standard HTML elements.
• Avoid using the most cutting-edge technologies until they become mainstream. Using the cutting-edge technologies can also be high maintenance as bugs are found or as the technology falls out of favor.
• Load your Web page in several Web browsers. Your Web page should be readable and functional in the current versions of the most popular Web browsers. Know who your target audience is and which Web browsers they are likely to use. You should also load your Web page in several versions of those Web browsers. Don't assume that the Web page will look the same or remain functional in all Web browsers.
• Pay attention to structure and industry conventions. Use a code validator to validate your HTML code and fix any errors. Use industry best practices such as indenting content contained within sections.
You might also like to view...
Given that the variable days has a value of 14, the following expression would evaluate to what value? days / 7 + 1
a. 1.75 b. 2 c. 3 d. 4 e. None of these
The ____ value of the use attribute means that the attribute cannot be used with the element.
A. forbid B. preclude C. prohibited D. excluded
Which of the followings is the correct CSS syntax?
a. body {color:#000000}; b. body {color=#000000}; c. body: color=#000000; d. {body: color:#000000};
The Match Editable Regions dialog box allows you to choose in which editable region you want the existing content to be placed; the default is pagecontent.
Answer the following statement true (T) or false (F)