How to use CSS in HTML to style your web page?
This program is to develope demonstrate an XHTML document that illustrates the use of external style sheet, ordered list, table, borders, padding, color, and the tag.
HTML category in Krazytech.com hosts web based applications in various web technologies like PHP, Javascript, JSP, CSS, HTML etc. In addition to this, you can also find role and session based authentication and registration forms using MySQL database server, cool javascripts, project implementations etc.
This program is to develope demonstrate an XHTML document that illustrates the use of external style sheet, ordered list, table, borders, padding, color, and the tag.
An HTML code which takes a string as input and finds the position of the left most vowel in a given string using javascript function.
To develop and demonstrate an XHTML file which reads a number ‘n’ and displays squares of 1 to ‘n’ numbers using Javascript.
This program uses a Javascript to reverse a given number. This is also known as the implementation of a palindrome. The program is quite simple. It… Read More »Javascript to reverse a given number
A simple HTML form containing fields – Name, Address Line1, Address Line2, and E-mail. On submitting the form, the data is inserted into MySQL table using PHP code. We will iterate over each record present in the table to display MySQL data in an HTML table.