eHow launches Android app: Get the best of eHow on the go.
Showing 1-50 of 250 results
Font styles are one of the basic elements of designing an attractive website. These styles include colors, font type and other attributes such as italics and bold. You can change the font style...
Iframes are an HTML element that allows you to display another web page within the current page. The iframe element is usually placed in the center of a page. It has several properties, so you can...
The image that appears beside the URL (Uniform Resource Locator) in the address bar of Web browsers is called a favicon (favorites icon). Favicons are often created as a smaller version of a...
When editing HTML files, you may encounter a situation in which you must change the same information in a number of different documents. While you could go through each document individually, find...
Any JPG image can be made into a web link by wrapping the "<img>" tag in the "<a href>" tag in the HTML code. The "<a href>" tag is what creates the link, while the location of...
The "action" attribute for the HTML "<form>" tag is used to call an external PHP file. The method attribute of the "<form>" tag is used to specify whether you are going to use PHP...
In HyperText Markup Language (HTML), frames allow a web designer to display multiple files in one browser window. This enables navigation away from a certain element of a page while preserving...
Hypertext Markup Language (HTML) is a programming language used to create the layout for Web pages. A number of different files are associated with HTML programming, including those that use the...
If you need to collect data from users via a web page, this can be done with a form. A form is created in HTML, filled in by the user and then sent to a form handler, which interprets the data and...
Changing the color of the text on a Web page makes it stand out from the rest of the page. An example would be hyperlinks, which are often blue when the rest of the text is black. The HTML...
Creating a drop down selection box on your web page is accomplished using simple HTML code. You'll need to create a form on your page, then add the appropriate code for the drop down list.
MP3 is a digital audio encoding format that allows you to compress an audio file while retaining good sound quality. You can use MP3 files on your website as background music or to showcase music...
CSV data is typically exported from database or spreadsheet software. And, data is displayed on web pages using HTML. Thus, an HTML table is an appropriate way to display CSV data on a web page....
Microsoft Frontpage is a web development platform that allows people to create web pages through a graphical user interface. The user does not need to know much HTML or dynamic programming to...
When creating forms, you need to give the user the option to clear the form and start over. This process makes it easier to restart a form without deleting each field. One HTML method is the...
Streaming media has become a standard part of blogs and web pages. Streaming media allows people to include videos on web pages. YouTube.com is a website owned by Google that hosts videos online....
Most websites contain footers with information such as copyright dates, "about us" information and career opportunities. While it seems as if it should be simple enough to place items on the...
The type of music you like can tell someone a lot about you, so it's no wonder that adding playlists to personal websites and blogs has become a popular, and even expected, thing to do. Whether...
A hyperlink is a link that, when clicked, takes you from the website that you are currently viewing to another page of that site or to an entirely different site. The basic HTML code to create a...
Wikispace websites are sites that can be edited by a group of people or by the public, depending on the site's security settings. If you manage or contribute to a Wikispace site, you can use the...
Placing images beside each other on a web page can be done one of two ways. You can use tables and place each of the images in its own table cell. You can also use in line cascading style sheets...
Using basic HTML, you can create a link a single MP3 file or a complete playlist on your web server. For a single MP3 file, the link can point directly to the location of the MP3 file. To link a...
Frames are an HTML technique used to lay out a Web page design. Frames can be placed on the right or left side of the page, and at the top or bottom. This technique can be used to place a header...
Cascading Style Sheets (CSS) can be used to create drop-down menus without using a scripting language, such as JavaScript. The menu items are hidden until the user hovers over the top item of the...
Images can improve the appearance of a web page by breaking up the text and adding visual interest. The images that are visible on a web page are actually links to either an internal or remote...
It's easy to add your email address to a web page---all you have to have is an HTML editor and a small piece of code. You can use a professional HTML editor, a WYSIWYG (What You See Is What You...
Hyperlinks, or links, are a way to access another web page, image, movie, ftp file or other resource from the current page. An anchor tag is used to specify the URL (address) of the destination....
A basic web page is a ASCII text document that contains HTML tags and text. Since it is a text document, it can be created in any text editor. In order to create the document directly on a web...
Frontpage 2003 is an application developed by Microsoft. The application allows people who are unfamiliar with HTML or website scripting to create web pages using a graphical interface. Creating...
Another basic HTML programming skill is to format headings and paragraphs in various ways. In this instruction, we will change text to bold, italics, and underline. A few rarely used formats...
When coding a website or a profile on the web, copy and paste boxes can come in handy. Copy and paste boxes can contain codes for images, music, videos, and even plain text like quotes or music...
Editing an HTML form involves editing the .html file for the page that contains the form. A .html file is a simple text file that can be opened in any text editor. The file will contain the text...
Creating a horizontal tab system on your website can make for a great design feature and is easy for your readers to navigate. While there are many different ways to create horizontal tabs, some...
The Internet was originally used by educators and scientists who gave little thought to how a Web page would look. When designers began using Web pages, the position of items on the page became...
Online test websites are used in educational and corporate settings alike. Corporate offices use them as a tool to interview applicants to evaluate subject knowledge. The tests help decide whether...
When creating forms on a Web page, you can convince users to return to the website for an easy, quick purchase through the use of a user name and password. The user name and password are entered...
HTML (hypertext markup language) is the language used to create web pages. The language is made up of a series of tags that are used together to describe how you want a page to look. The tags...
Tables are old ways to format information on a Web page. Tables are constructed of rows and columns. The intersect of a row and column is a cell. Within these cells, webmasters are able to store...
Bulleted and numbered lists are good ways to organize information on web pages. You can change the appearance of your lists by altering the style of the numbers or bullet points and the spacing of...
Listboxes are form elements that display an array of options for the user. The most prominent use for a listbox is its ability to allow users to select multiple options. Listboxes also have the...
Form text boxes are input controls inserted on web pages that take user information and save it to your database or email. When creating forms, they can be entered into table columns. Tables...
Adding helpful elements to your website, like the date and time, can only help your visitors by giving them somewhere else to find what they need without leaving your website to do so. A date...
Basic websites are written using hypertext markup language (HTML). The coding in HTML determines how text and images are displayed on the Web page. HTML syntax can tell the page to display such...
Pantone is a global color language and industry standard tool used in the textile, printing, plastic, and design industries. Pantone has been considered the world's color authority for over 40...
Streaming audio on your website provides a way for web users to hear your music and other audio files without having to spend time downloading. There are several ways to stream audio on your...
Thanks to recent developments in HTML 5, streaming music and other audio files with strictly HTML code is possible. Until these modifications in HTML structure, it was necessary to stream music...
Tables are an integral part of most web pages. Tables allows programmers to align information on a web page in rows and columns. Table cells have a property that allows programmers to set a...
Instead of plain solid color background, you can use an image as a background with HTML. There are several options to consider using inline style properties.
Frames are independent screen views that are all presented on one page. These web page elements are commonly used for making a lot of information accessible at once and for presenting content to...
When you think of online maps the first thing that comes to mind is GoogleMaps. Google's mapping technology has made it easy to find any point in the globe. With HTML and CSS it is possible to...