Internet Browser: Difference between revisions
 General improvements, updated the dual screen view code and added a little of my own research  | 
				m →Using Both Screens:  DOCTYPE should be used to prevent quirks mode  | 
				||
| Line 115: | Line 115: | ||
Generally the easiest way to accomplish the correct layout is to create HTML elements that "contain" the top and bottom screens. Here's an example:  | Generally the easiest way to accomplish the correct layout is to create HTML elements that "contain" the top and bottom screens. Here's an example:  | ||
 <!DOCTYPE html>  | |||
  <html>  |   <html>  | ||
    <head>  |     <head>  | ||