How to Display Text Over Image Using HTML And CSS
In this tutorial we will show you how to display text over image using HTML and CSS we display the text in middle you can display the text anywhere over the image. HTML and CSS Code
In this tutorial we will show you how to display text over image using HTML and CSS we display the text in middle you can display the text anywhere over the image. HTML and CSS Code
HTML and CSS Code
HTML Code PHP Code
In this tutorial we will show you how to create a simple progress bar using jQuery, HTML and CSS. Progress bars are really useful to indicate to user that something happens and when it will be approximately done. HTML Code CSS Code jQuery Code
Why CSS Gradient These are the following reasons to use CSS gradient. You don’t have to use images to display transition effects. The download time and bandwidth usage can also be reduced. It provides better look to the element when zoomed, because the gradient is generated by the browser. There are two types of gradient […]
File uploads are an essential process in many web apps. Almost every website and web app requires an integrated file upload component. In this tutotial i will use File Uploading class, we can upload files and we can also, restrict the type and size of the file to be uploaded. Steps For How to File […]
This tutorial will teach you how you can create text editor using jQuery, here we are using a jQuery plugin (TinyMCE ) to create this tutorial. There is many features in this plugin like undo, styleselect, bold italic, link image, codesample, alignleft aligncenter alignright Justif, forecolor backcolor, fullscreen and many more you can get in […]
In this simple article we will show you how to convert seconds into minutes and hours using PHP. This is a simple PHP code that converts a seconds into a minuts and hourse. HTML Code PHP Code
QR (Quick Response) code used to read your data in your smart devices for ease. If you have a visiting card and want to add name, email and mobile number in you mobile its hart to type if there is a QR code of contact added on that card then you can easily add that […]
This is also known as Clip Property of CSS. Take a look at the image of the Nature at following. That Image has Cropped. Let’s see how to crop image using html. The Original image is 600×450. but we need to display small image. here i cut the image at right side. <!DOCTYPE html> <html> <head> <style> […]