To deactivate Auto Save in all post, simply insert the following code into your ‘functions.php’ file in your theme directory or in your plugin file:
Professional articles about CSS, HTML, JavaScript, WordPress, PHP and all things related to web design and development.
Saturday, November 9, 2019
Wednesday, September 18, 2019
CSS :active Selector
Example
Select and style the active link:
a:active
{
background-color: yellow;
}
HTML hidden Attribute
Example
A hidden paragraph:
<p hidden>This paragraph should be hidden.</p>
Subscribe to:
Posts (Atom)