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 moreBOX MODEL OF CSS: MARGIN: This is the space from the edge of the screen to the border. Here is how we can use it: margin-left:300px; margin-top:10…
Read morePSEUDO CLASSES: Pseudo selectors are hover , active, visited and link. BASIC SYNTAX: selector: pseudo-class{ Property : value; } 1. VISITED: The vi…
Read moreWHAT ARE CLASSES AND ID SELECTORS: As we have learnt earlier about the selectors in HTML where were normally the tags like the h1or p, Now we can d…
Read moreWhat is <div> tag in HTML: The <div> tag defines a division or a section in an HTML document. The <div> tag is used as a co…
Read moreIn this session I am going to show how you can insert an ordered and unordered lists in HTML: Ordered List: An ordered list is the list with number…
Read more<!DOCTYPE html> <html> <head> <title>Sign in to my Web page</title> <script> function checkfield(){ var name=&qu…
Read moreonload Event: The event shows some javascript instruction while the webpage is loading: Example: <!DOCTYPE html> <html> <head> &…
Read moreHow to take input from the user, using javascript: Look at the simple example below: <!DOCTYPE html> <html> <head> <title>…
Read moreLook at the Example First: <!--Dynamic web page--> <!DOCTYPE html> <html> <head> <title>JavascriptIntro</title&g…
Read moreStatic Website: A static website means , the website may only contain a simple content. It may not react on user's action like to…
Read moreThe web tech course is created to share the valuable information about the web technologies. You may find all the stuff related to web development…
Read moreStyling in web pages is done by CSS (Cascading Style Sheets). It is actually to control how HTML should be displayed. It started developing to so…
Read morePractice html: So this lesson is very important because just reading theory and watching videos is not really enough. Practice is the most import…
Read more
Social Plugin