Archive for the 'programming' Category

HTML Math Entity Code

The following are some HTML special characters of math with entity code : No Description Character Entity Number Entity Name 1 Greater than or Equal to ≥ &#8805; &ge; 2 Less than or Equal to ≤ &#8804; &le; 3 Less than < &#60; &lt; 4 Greater than > &#62; &gt; 5 Multiplication symbol × &#215; [...]

Basic How to Make a Website using HTML

Building website with HTML is very easy, you can learn quickly to make web page. Just write the code into notepad, or notepad++ as text editor. Following is simple steps how to make a website using html

Entities Copyright HTML Code

Do you want make a Copyright symbol with HTML Code ? its simple to make it, you just need HTML Entities, They are two method to make entities character for copyright symbol or the other special character, use Entity name and Entity number. Look the following Code : for registered trademark (®) symbol just use &reg; [...]

Page 1 of 612345...Last »