HTML

Articles in HTML

By marchyde078 0 comments
Hello! Marc Hyde here, and I'm happy to tell you that I have made another tutorial for you guys! The How to Learn HTML. This will be a multi-part tutorial on how to write an HTML, so if you’re an absolute newbie and need to learn HTML from basic ... more »
By eHow Internet Editor 0 comments
With very large web pages that contain a lot of information and data it becomes a real benefit to be able to jump from one place to another by a link. Within page linking is one possibility for HTML pages. Link points are set and defined so that ... more »
By eHow Internet Editor 1 comments
A good way to capture a user's attention on a website is to make a scrolling marquee in HTML. A scrolling marquee acts like it sounds. It causes a word or sentence to "crawl" across the screen. Here are a few tips and tricks for inputting ... more »
By eHow Internet Editor 0 comments
Setting the background color in HTML is not done through its own tag. Instead, it's done by setting an attribute in another tag, such as the body tag or a table or row tag. Color adds great appeal and readability (or sometimes unreadability!) to ... more »
By eHow Internet Editor 0 comments
GeoCities provides Web design beginners a chance to develop their skills by making everything as simple as possible. The Easy Upload feature allows a budding Web page editor to snag HTML files from the computer and get them online for the whole ... more »
By Jonathan West 0 comments
Some people have asked me how exactly you can become a professional or freelance web designer. Here are the major skills needed to be successful in this online business... more »
By Ron Auerbach 1 comments
This article shows you how you to take a Microsoft Word document and convert it into a web page (HTML). And don't worry because I'll walk you through the entire process!.. more »
By eHow Internet Editor 0 comments
Making your web presence spectacular and memorable is dependent on a number of factors, not the least of which is color. Your color scheme blends and emphasizes or detracts from your message. Learn how to change the color of the text on your site ... more »
By eHow Internet Editor 0 comments
HTML documents have grown in number over the past decade. Many scholarly works can be located in the Internet, and yours can easily be transferred to the Internet with a little bit of formatting. One of the more confusing elements is the ... more »
By eHow Internet Editor 0 comments
HTML code can be confusing, even to the original writers. Adding comments to your HTML is a good idea in case you need to go back and understand the logic that was at work back when it was first written. Comments can also be useful in marking ... more »
By eHow Internet Editor 0 comments
Since HTML code is all text, the file size of an average webpage is very small. The time it takes to download and display a webpage is typically inconsequential, but some particularly large pages take quite a while. Compressing the size of the ... more »
By eHow Internet Editor 0 comments
Forms in HTML are used to capture data from the user via text boxes and buttons. This information can then be sent to the server for later review or processing... more »
By eHow Internet Editor 0 comments
Meta tags in your HTML pages provide information not for normal visitors but for search engines, to help them better index your pages. The most often used types of meta tags specify keywords and descriptions... more »
By Mike 0 comments
Tables are a great way to keep things organized in rows and columns to make your webpages more aligned and looking more professional. Here is how it is done... more »
By Chaos1187 0 comments
Want to create a webpage without knowledge of html? Here's how... more »
By eHow Internet Editor 1 comments
Most tasks in HTML can be accomplished by placing an instruction known as a "tag" before and after the text that you want to affect, and creating a frame is no exception. Frames in HTML are used to divide a web browser window into sections, with ... more »
By eHow Internet Editor 0 comments
GeoCities lets you create your own free Web site using the HTML editor. Here's how to do it... more »
By Dicky Leonardo 0 comments
Creating a link in HTML is a fairly easy step... more »
By eHow Internet Editor 0 comments
HTML coding removes all of the returns and spacing when displayed on the webpage, which is why it takes so long to code a table or other formatted text. You can save time if you create preformatted text with HTML with an easy to remember tag... more »
By elitewriter 0 comments
Ever since the Internet came onto the scene, there have been two basic schools of thought about the best way to build a web site: Using the actual HTML code, or using a site builder/editor. Both sides have pros and cons. Explore and compare the ... more »
By eHow Internet Editor 0 comments
Nearly all standard web pages are going to need a body element, as this is where the bulk of the text and graphics are defined and displayed. For you to properly define a body element in HTML, you'll need to make use of little instructions called ... more »
By eHow Internet Editor 0 comments
In order to define a citation in HTML, you'll need to use little instructions called "tags" around the text you want to alter. Citations in HTML are designed to mark text that is being quoted from print or from dialogue. Typically, browsers ... more »
By eHow Internet Editor 0 comments
HTML field sets are used to visually group input elements, by surrounding them with a border. They are defined using the FIELDSET element... more »
By eHow Internet Editor 0 comments
Though links to other web pages are most often accomplished through hyperlinked text, occasionally designers prefer to define familiar looking push buttons to take their users to different locations... more »
By eHow Internet Editor 0 comments
Scripting is a powerful means to add functionality to your web pages, even to the point of turning them into full-fledged applications in their own right. Scripts are placed on web pages using the SCRIPT tag... more »