HTML Forms
Here 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 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 MorePin diagram for 8051 micro controller has show below.
Read MoreThe 8051 is a Harvard architecture, single chip microcontroller (µC) which was developed by Intel in 1980 for use in embedded systems.
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 More