Here is an output of an elegant design of contact form(my first project of html and css). CODE: HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHT…
Read moreCreating HTML form using div tag: <!DOCTYPE html> <html> <head> <title>Registration Form</title> </head> <body…
Read moreCSS Animations: Using Css we can add animations into our components by rotating or translating them. Following are some basic transformation that c…
Read moreGradients are the most interesting thing in CSS. Gradients are nothing but the color combination to set the web page more attractive. We can set gra…
Read moreThere are five types of positions in CSS: Z-INDEX: We have height and width (x, y) as 2 dimensions. Z is the 3rd dimension. An element in the webpage…
Read moreIn order to understanding table styling, we have different ways: To style the list we may simply code as: <style> ol { color:#006600; } </s…
Read moreTHE UNITS OF CSS: PIXELS: Represents pixel on a device. A pixel is also known as a picture element (pix = picture, el = element). A pixel is repre…
Read more
Social Plugin