eHow launches Android app: Get the best of eHow on the go.

HTML

Sort by:
Best Match
Most Popular
Newest

Showing 1-50 of 369 results

  • How to Create a Drop Box for My Web Page

    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.

  • How to Code an MP3 File on a Web Page

    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...

  • How to Display a CSV File on a Web Page

    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....

  • How Do I Create a Login for My Website on Frontpage?

    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...

  • How to Clear Internet Forms

    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...

  • How to Connect YouTube to My Web Page

    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....

  • How to Put a Footer on a Web Page

    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...

  • How to Add a Playlist to My Web Page

    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...

  • How to Make a Link Hyperlink Web Page Site Open in a New Window

    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...

  • How to Put a Wiki Space Link on a Web Page

    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...

  • How to Place Images Side by Side on a Web Page

    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...

  • How to Convert MP3 File to Website Link

    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...

  • How to Create Web Page Frames

    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...

  • How to Write a CSS Script for Adding a Dropdown Menu

    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...

  • How Do I Turn a Link Into an Image?

    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...

  • How Do I Add My Email to an HTML Code?

    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...

  • How Do I Insert a Link Using HTML?

    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....

  • How to Create a Web Page on a Server

    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...

  • How to Create a Web Page With Frontpage 2003

    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...

  • How to Create Font Styles in HTML

    Changing the text's font type, size, and color on a website is a beginner HTML programming skill. In some cases, it can be tedious to apply the font changes to every portion of text on your web...

  • How to Format Text in HTML

    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...

  • How to Create HTML Headings and Paragraphs

    The basic lesson of HTML programming is to set up the Hyper Text Markup Language tags and content in a HTML editor. One of the very first things to learn is to describe a heading and a paragraph...

  • How to Make a Copy & Paste Box

    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...

  • How to Edit an HTML Form

    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...

  • How to Add HTML Images in a Web Page

    If you are not a HTML programmer but need to know some HTML code for adding image on your personal website, this article will help you. The code is easy to write as long as the minimum format of...

  • How to Create Horizontal Tabs

    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...

  • How to Add HTML Links in a Web Page

    There are some websites where you want to add a hyperlink in HTML. Some web links have very long addresses and HTML will be the appropriate method to turn the long address into a simpler label...

  • What Are Nested Tables & How They Are Created?

    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...

  • How to Build a Test Website

    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...

  • How to Create Table Password Columns

    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...

  • How to Create an HTML Text Box

    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...

  • How to Create a 5-Column Table CSS Website

    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...

  • How to Create Lists Using HTML

    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...

  • How to Use Columns in a Listbox

    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...

  • How to Insert Text Boxes Into Columns

    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...

  • How to Insert Today's Date in a Web Page

    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...

  • How to Make the Text to the Right With HTML Tags

    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...

  • How to Convert Pantone to Hex

    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...

  • HTML Code Instructions for Streaming Audio Music

    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...

  • How to Stream Music Using HTML

    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...

  • How to Remove Color in a Table Cell

    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...

  • How to Add a Background Image to HTML Page

    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.

  • How to Add HTML Frame Size Restrictions to Prevent Scrolling

    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...

  • CSS Map Making Tutorial

    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...

  • How to Make a Web Page Expire

    If users of your website will be entering very sensitive data, you may want to add a security feature to your pages to make them expire automatically. By adding the expiration meta tag to your...

  • How to Change Submit Button Appearance

    You don't have to create a custom image to make good looking, custom submit buttons. You can adjust the background color, the text color, and the font size to get the presentation you want.

  • How to Use Iframes

    Iframe (i-frame) stands for “inline frame”. It’s an HTML code which allows you to embed any web page within another web page. Like the traditional "frameset" tag, iframes allow a...

  • How to Create a HTML Web Page

    As the Internet becomes one of the dominant forms of communication, it is important for computer users to understand how web pages are built. Anyone can build a web page with HTML (hypertext...

  • How to Build a Web Page

    Learning how to build a web page can be tricky at first, but lucky for you, you found this article! In this article I will walk you through each step of learning how to build a web page. From how...

  • How to Convert MP3 Into a HTML Code

    Digital music files are popular additions to web pages, especially social networking sites. Before music can be streamed online, it must be converted to a compatible file format. MP3 is the most...

More

Copyright © 1999-2009 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy .   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. † requires javascript

Demand Media