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 ≥ ≥ ≥ 2 Less than or Equal to ≤ ≤ ≤ 3 Less than < < < 4 Greater than > > > 5 Multiplication symbol × × [...]
Posted in category: programming
September 24, 2011 by computerzone with Comments (0)
Tags: html code, html entities, math
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
Posted in category: programming
September 18, 2011 by computerzone with Comments (0)
Tags: basic html, html code, learn 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 ® [...]
Posted in category: programming
September 17, 2011 by computerzone with Comments (0)
Tags: copyright, html entities, special character