Results: 1580
Notes
  • Newest first
  • Oldest first
  • Newest first(All)
  • Oldest first(All)
<meta name="viewport" content="width=device-width, initial-scale=1.0">
This tag gives the browser instructions on how to control the page's dimensions and scaling. The line should always be included to create a responsive layout
by Valeri Tandilashvili
4 years ago
0
CSS
responsive design
Learn CSS
1
Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges.
by Valeri Tandilashvili
4 years ago
0
CSS
properties
Learn CSS
1
.container {
    background: url(../images/tile.png) left bottom repeat-x,  #FFF url(../images/tile.png) left top repeat-x;
}
by Valeri Tandilashvili
4 years ago
0
CSS
properties
Learn CSS
1
include resource
The statement does not work when config.php is one step out of the root directory on servage.net
include_once '../../config.php';
But works one of these lines:
include_once './../config.php';
include_once $_SERVER['DOCUMENT_ROOT'].'/../config.php';
Output of the second solution is:
/storage/content/95/1009995/test.sibrdzne.ge/public_html/../config.php
by Valeri Tandilashvili
4 years ago
0
PHP
issues
1
Warning: Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections
by Valeri Tandilashvili
4 years ago
0
HTML
Warning
1
Warning: Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles
by Valeri Tandilashvili
4 years ago
0
HTML
Warning
1
Error: Element div not allowed as child of element h3 in this context
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
Error: End tag div seen, but there were open elements
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
Error: Unclosed element h3
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
Error: Element div not allowed as child of element a in this context
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
Results: 1580