Results: 1580
Notes
  • Newest first
  • Oldest first
  • Newest first(All)
  • Oldest first(All)
Restoring MySQL command database
restore any MySQL database using the command below:
mysql -u username -p database_name < backup_name.sql
by გიორგი ბაკაშვილი
4 years ago
0
Linux
1
Default title of the html page
Default title will be the name of the html page if it's untitled (meaning if the title is not provided)
by Valeri Tandilashvili
5 years ago
0
HTML
HTML - Build a Website | Tutorial
1
br, hr tags name
<br>
and
<hr>
tags are called single tags or empty elements
by Valeri Tandilashvili
5 years ago
0
HTML
tags
HTML - Build a Website | Tutorial
1
big
<big>
tag makes text inside it a little bit bigger
by Valeri Tandilashvili
5 years ago
0
HTML
tags
HTML - Build a Website | Tutorial
1
small
<small>
tag makes text inside it a little bit smaller
by Valeri Tandilashvili
5 years ago
0
HTML
tags
HTML - Build a Website | Tutorial
1
Absolute & relative URLs
Absolute URL example:
https://google.com
Relative URL example:
/page2.html
by Valeri Tandilashvili
5 years ago
0
HTML
HTML - Build a Website | Tutorial
1
text inside video tag
<video>this text</video>
will appear on the screen if the browser is not able to display the video in a certain format or if the video fails for any other reason. Example:
<iframe>Sorry error occured</iframe>
by Valeri Tandilashvili
5 years ago
0
HTML
tags
HTML - Build a Website | Tutorial
1
attribute "controls"
<video>
tag should contain
controls
attribute in order the video player to have controls on the screen
by Valeri Tandilashvili
5 years ago
0
HTML
attributes
HTML - Build a Website | Tutorial
1
video attribute "poster"
poster="thumb.jpg"
attribute is used to specify some other thumbnail
by Valeri Tandilashvili
5 years ago
0
HTML
attributes
HTML - Build a Website | Tutorial
1
video attribute "loop"
Using
loop
attribute, the video will start playing again, after finishing it
by Valeri Tandilashvili
5 years ago
0
HTML
attributes
HTML - Build a Website | Tutorial
1
Results: 1580