Tools Needed for Web design
I listed here some of tools i use for web design that makes you to create web page easily. Photoshop – For Image editing or template editing Flash – For …
Read MoreI listed here some of tools i use for web design that makes you to create web page easily. Photoshop – For Image editing or template editing Flash – For …
Read MoreHere we will learn about how to create text box for getting any input from the user like username or password. Following code for creating text box(username): <input type=”text” name=”username” …
Read MoreIn this tutorial we ll see about frames on your web page. but nowdays as per web standard we not using frames.. anyway for basic we ll learn here something …
Read MoreHere we see about how to insert images between our website content. For inserting image we will use <img> tag. <img> tag will place the image in area where you …
Read MoreIn this post we will learn about how to display list of contents in the website! There are three type of list we can show.. unordered, ordered and definition lists! …
Read MoreTables are defined with the <table> tag. A table is divided into rows (with the <tr> tag), and each row is divided into data cells (with the <td> tag). td …
Read MoreThe table below provides a list of the color names that are supported by all major browsers. You can click on a color name (or a HEX value) to view …
Read MoreLinks are found in nearly all Web pages. Links allow users to click their way from page to page. HTML Hyperlinks (Links) A hyperlink (or link) is a word, group …
Read MoreHTML documents are defined by HTML elements. HTML Elements An HTML element is everything from the start tag to the end tag: Start tag * Element content End tag * …
Read MoreOrdered Alphabetically DTD: indicates in which HTML 4.01 / XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset Tag Description DTD <!–…–> Defines a comment STF <!DOCTYPE> Defines …
Read More