­
09/12/16 - Yaar No Technology

Search the Whole World Here.,.,

HTML Comment Tags

HTML Comment Tags

You can add comments to your HTML source by using the following syntax: Notice that there is an exclamation point (!) in the opening tag, but not...
Conditional Comments

Conditional Comments

You might stumble upon conditional comments in HTML:     .... some HTML here .... Conditional comments defines some HTML tags to...
HTML <var> For Variables

HTML For Variables

The HTML  element defines a variable. The variable could be a variable in a mathematical expression or a variable in programming context: Example Einstein...
HTML <code> For Computer Code

HTML For Computer Code

The HTML  element defines a piece of programming code: Example <code>var x = 5;var y = 6;document.getElementById("demo").innerHTML...
HTML <samp> For Computer Output

HTML For Computer Output

The HTML  element defines sample output from a computer program: Example <samp>demo.example.com login: Apr 12 09:10:17Linux 2.6.10-grsec+gg3+e+fhs6b+nfs+gr0501+++p3+c4a+gr2b-reslog-v6.189</samp> Result: demo.example.com...
HTML <kbd> For Keyboard Input

HTML For Keyboard Input

The HTML  element defines keyboard input: Example <kbd>File | Open...</kbd> Result: File | Open... Try it Yourself » ...
HTML Computer Code Formatting

HTML Computer Code Formatting

HTML normally uses variable letter size and spacing. This is not what we want when displaying computer code. The , , and  elements...

Ads by Google