14,974
edits
mNo edit summary |
m (→C: CSS) |
||
| Line 14: | Line 14: | ||
</pre> | </pre> | ||
==C: CSS== | == C: CSS, Cron == | ||
CSS Code: '''viewable''' when user view the HTML source code<ref>[http://www.w3schools.com/css/css_syntax.asp CSS Syntax]</ref> | CSS Code: '''viewable''' when user view the HTML source code<ref>[http://www.w3schools.com/css/css_syntax.asp CSS Syntax]</ref> | ||
<pre> | <pre> | ||
| Line 23: | Line 23: | ||
[http://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx Conditional Comments] for {{IE}} | [http://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx Conditional Comments] for {{IE}} | ||
Cron code<ref>[https://www.webhostingtalk.com/showthread.php?t=619350 How to comment cron job? | Web Hosting Talk]</ref> | |||
<pre> | |||
# single line | |||
# 0 0 * * 0 execute some script | |||
</pre> | |||
==D: DOS== | ==D: DOS== | ||