Briefly describe three guidelines for writing good HTML code that potential Web page authors should be familiar with.
What will be an ideal response?
Become well versed in the history of HTML. Unlike other languages, HTML history impacts how you write your code.
Know your market. Do you have to support older browsers, or have your clients standardized on a particular browser or browser version? The answer affects how you write the code for your Web pages. Become familiar with what different browsers can and cannot do.
Test. If you have to support several types of browsers and several types of devices, get them and use them to view your documents. Do not assume that if your page works in one browser it will work in an older version of that same browser. In addition, a given browser version might even perform differently under different operating systems.
You might also like to view...
The ____________________ controls the formatting for all the slides in the presentation.
Fill in the blank(s) with the appropriate word(s).
The statement ____ assigns the string "Paris" to the element located in the first row, second column in thestrCitiesarray.
A. strCities(1, 1) = {Paris} B. strCities(0, 1) = "Paris" C. strCities(0, 0) = (Paris) D. strCities(1, 0) = "Paris"
_overshadowing
What will be an ideal response?
The process of integrating the governance of the physical security and information security efforts is known in the industry as __________.
A. convergence B. combination C. intimation D. optimization