- There is no difference when night_scene1.html and night_scene2.html are viewed in a Web browser.
 - Here are the differences between the source codes:
 
| 
             Night_scene1.html (HTML)  | 
          
             Night_scene2.html (XHTML)  | 
        
|---|---|
| 
             HTML tags are in mixed uppercase and lowercase.  | 
          
             All HTML tags are in lowercase.  | 
        
| 
             Not all attribute values are enclosed in double quotes.  | 
          
             All attribute values are enclosed in double quotes.  | 
        
| 
             The IMG tag does not have a forward slash (/) in front of the closing bracket following it.  | 
          
             The IMG tag has a forward slash (/) in front of the closing bracket following it.  | 
        
| 
             The starting HTML tag does not have any attributes.  | 
          
             The HTML tag has an attribute called xmlns.  | 
        
- 瀏覽次數:2381
 
      



