Skip to main content
Code Review

Return to Answer

Commonmark migration
Source Link

Two notes:

  • Line 2: use en-GB
  • Line 5: </script> without <script>

You had better not use the 000webhost.com analytics code, but other services such as Google Analytics or Clicky.

And there is no <x> tag in HTML. You should use <b> instead, or even <span class="x">

Shorten your code

##Shorten your code## InsteadInstead of:

 .container
 {
 color:#666;
 }
 a:link
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 } 
 a:visited
 {
 color:#666;
 } 

use:

 .container,a:link,a:visited
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 }

Finally, there is a problem with 1042x768 screens: The Dreams box isn't in the correct position.

Two notes:

  • Line 2: use en-GB
  • Line 5: </script> without <script>

You had better not use the 000webhost.com analytics code, but other services such as Google Analytics or Clicky.

And there is no <x> tag in HTML. You should use <b> instead, or even <span class="x">

##Shorten your code## Instead of:

 .container
 {
 color:#666;
 }
 a:link
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 } 
 a:visited
 {
 color:#666;
 } 

use:

 .container,a:link,a:visited
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 }

Finally, there is a problem with 1042x768 screens: The Dreams box isn't in the correct position.

Two notes:

  • Line 2: use en-GB
  • Line 5: </script> without <script>

You had better not use the 000webhost.com analytics code, but other services such as Google Analytics or Clicky.

And there is no <x> tag in HTML. You should use <b> instead, or even <span class="x">

Shorten your code

Instead of:

 .container
 {
 color:#666;
 }
 a:link
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 } 
 a:visited
 {
 color:#666;
 } 

use:

 .container,a:link,a:visited
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 }

Finally, there is a problem with 1042x768 screens: The Dreams box isn't in the correct position.

added 159 characters in body
Source Link

Two notes:

  • Line 2: use en-GB
  • Line 5: </script> without <script>

You had better not use the 000webhost.com analytics code, but other services such as Google Analytics or Clicky.

And there is no <x> tag in HTML. You should use <b> instead, or even <span class="x">

##Shorten your code## Instead of:

 .container
 {
 color:#666;
 }
 a:link
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 } 
 a:visited
 {
 color:#666;
 } 

use:

 .container,a:link,a:visited
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 }

Finally, there is a problem with 1042x768 screens: The Dreams box isn't in the correct position.

Two notes:

  • Line 2: use en-GB
  • Line 5: </script> without <script>

You had better not use the 000webhost.com analytics code, but other services such as Google Analytics or Clicky.

And there is no <x> tag in HTML.

##Shorten your code## Instead of:

 .container
 {
 color:#666;
 }
 a:link
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 } 
 a:visited
 {
 color:#666;
 } 

use:

 .container,a:link,a:visited
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 }

Two notes:

  • Line 2: use en-GB
  • Line 5: </script> without <script>

You had better not use the 000webhost.com analytics code, but other services such as Google Analytics or Clicky.

And there is no <x> tag in HTML. You should use <b> instead, or even <span class="x">

##Shorten your code## Instead of:

 .container
 {
 color:#666;
 }
 a:link
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 } 
 a:visited
 {
 color:#666;
 } 

use:

 .container,a:link,a:visited
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 }

Finally, there is a problem with 1042x768 screens: The Dreams box isn't in the correct position.

added 630 characters in body; added 179 characters in body
Source Link

Two notes:

  • Line 2: use en-GB
  • Line 5: </script> without <script>

You had better not use the 000webhost.com analytics code, but other services such as Google Analytics or Clicky .

And there is no <x> tag in HTML.

##Shorten your code## Instead of:

 .container
 {
 color:#666;
 }
 a:link
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 } 
 a:visited
 {
 color:#666;
 } 

use:

 .container,a:link,a:visited
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 }

Two notes:

  • Line 2: use en-GB
  • Line 5: </script> without <script>

You had better not use the 000webhost.com analytics code, but other services such as Google Analytics or Clicky

Two notes:

  • Line 2: use en-GB
  • Line 5: </script> without <script>

You had better not use the 000webhost.com analytics code, but other services such as Google Analytics or Clicky .

And there is no <x> tag in HTML.

##Shorten your code## Instead of:

 .container
 {
 color:#666;
 }
 a:link
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 } 
 a:visited
 {
 color:#666;
 } 

use:

 .container,a:link,a:visited
 {
 color:#666;
 }
 a:hover
 {
 color:#333;
 }
 a:active
 {
 color:#666;
 }
Source Link
Loading
default

AltStyle によって変換されたページ (->オリジナル) /