There are various types of bullets which we can use in HTML webpage. Below are some of the examples html bullet list;
<ul type="disc" >
Showing posts with label Learn HTML. Show all posts
Showing posts with label Learn HTML. Show all posts
Friday, February 18, 2011
Monday, February 14, 2011
HTML Font Codes
For HTML Font color use below codes
<font color="font color"> ie9 </font>
Sunday, February 13, 2011
HTML Table Codes
The <table> tag is used to start a table. Within a table element are the <tr> (table rows) and <td> (table columns) tags. Below is one example of sample table.
| Ricky Thomas Ponting | Michael John Clarke |
| Douglas Erwin Bollinger | Bradley James Haddin |
| John Wayne Hastings | Nathan Michael Hauritz |
| David John Hussey | Michael Edward |
| Mitchell Guy Johnson | Brett Lee |
| Timothy David Paine | Steven Peter Devereux Smith |
| Shaun William Tait | Shane Robert Watson |
Thursday, February 10, 2011
Comments in HTML Code
If you are are writing HTML code for a website, it helps if you leave yourself some comments in html and notes to help keep all that data straight. Luckily there is an option that you can put a comment area within the code itself. The comment can not be seen by any user viewing the site, but in actual it is saved along with the rest of the site so it is available any time you need it.
Monday, February 7, 2011
HTML Color Codes
Through HTML color codes, we can easily select colors exactly as per choice, for text, backgrounds and table colors for the website. Similarly many graphics designing softwares also, use same color codes in their color picker section. So with the help of color codes html we can easily adjust color adjustments for the picture.
Complete List of Color HTML Codes
Complete List of Color HTML Codes
Thursday, February 3, 2011
Introduction to HTML for Beginners
Creating HTML document is as easy as typing in MS Word. One of the properties of HTML is it is just text. The content is text and the tags are text. So you can write your HTML in any text editor easily.
If you are running any variety of Windows, you can use Notepad. If you have a Mac on your desk, you can use Simple Text. If you work in UNIX, you can use emacs, vi, jove, pico or any text editor or editor capable of producing text-only documents can be used to create HTML documents.
If you are running any variety of Windows, you can use Notepad. If you have a Mac on your desk, you can use Simple Text. If you work in UNIX, you can use emacs, vi, jove, pico or any text editor or editor capable of producing text-only documents can be used to create HTML documents.
Subscribe to:
Posts (Atom)
