Category: Html (Page 1 of 6)

How to create jQuery image gallery with fade effect

Last updated on March 31st, 2022 at 09:17 amThis is a very simple image gallery with thumbnails using HTML. I have added some jquery so that we can incorporate some effect while users click on each thumbnails. The image pop up to the center of the screen when user click on them. Position of the […]

How to Show and Hide Table Columns Using JavaScript

Last updated on November 7th, 2024 at 12:42 pmTypically, we encounter the challenge of creating extensive tables that exceed the dimensions of the browser window, particularly when numerous columns are involved. This situation can hinder users’ ability to view the columns effectively, as the table becomes excessively large. Consequently, users must scroll horizontally within the […]

How to read xml using PHP (Demo)

Last updated on October 4th, 2022 at 02:20 pmRead xml and parse it using php and we are using simple php functions named simplexml_load_file, simplexml_load_string & SimpleXMLElement This is handy when you are working with the advanced XML features of DOM. When you are ready to move from those precocious features, just load the DOM […]

How to Create Beautiful HTML Form Using CSS

Last updated on March 11th, 2022 at 07:57 amHere is a simple HTML registration form design with basic CSS, this make the form more attractive for users. You can also create a login form by modifying the below HTML code. When user focus on each input field this form also has ability to change border […]

« Older posts