How to create Free domain?
In previous post we saw about how to create blogger site. In that blogger site, we have a big url(www.yoursitename.blogspot.com) this will not be good for users to spread a …
Read MoreIn previous post we saw about how to create blogger site. In that blogger site, we have a big url(www.yoursitename.blogspot.com) this will not be good for users to spread a …
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 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 MoreYou don’t need any tools to learn HTML at W3Schools. You don’t need any HTML editor You don’t need a web server You don’t need a web site Editing HTML …
Read More