A good introduction to HTML frames HTML / Frames
Frames may be a bit old fashioned, but it can still be handy and it's a must know for beginning webdevelopers. In this tutorial you will learn it all.
Introduction to Frames HTML / Frames
Frames are a little different than anything you've done in html in that you are not writing a page in the traditional sense. What you are creating is a template where more than one page can sit. Here's an example using TABLE commands:
Working with Frames HTML / Frames
Two very specific reasons to use frames:
1. Frames are a unique part of HTML. I want you to understand what you're looking at if you see frames and to also have them in your toolbox if you ever need them.
2. Frames can occasionally be exactly the right choice for a specific approach. Let's say you want to develop an application in which data loads into another location directly within the same interface. Frames can help you accomplish that kind of functionality; if you need it, you'll know how.
HTML - Frames HTML / Frames
Frames are not very commonly used in websites but the can be useful in some instances. Basically frames will split up your browser screen so that it is possible to view two or more different web pages at once.
Frames and the Frameset HTML / Frames
Frames help the developer split a page into two parts. One of the simplest frame set splits the page into main information and the menu.Each window of a frame set contains an HTML document. Hence, a 2 frame "frame set" consists of three HTML documents. One is the frame set HTML, One is the Menu HTML, and the last is the Main Information HTML.
In-Line Frames HTML / Frames
Think frames -- but frames within a page that act just the same as full-screen frames.These are frames that appear within the page. They resemble table cells, yet what appears in the frame is not text on the page, but rather a whole other page, like regular frames.
Inline Frames HTML / Frames
Learn how to embed a page by using a floating frame. Floating or inline frames enables a full page to be added inside another. Unlike PHP and SHTML, inline frames use a .html file as the embeded file and includes a scrollbar.
Can I Optimize A Site Designed With Frames? HTML / Frames
Can you optimize a site designed in frames? Of course you can! The question should be, "how effectively can I optimize a web sire designed in frames?" Framed sites - in my opinion - have little use in today's web design. There are so many better ways to design a site. For example, you have HTML, DHTML, Flash, and other design formats.
The right way to do lists. HTML / Getting Started
There are many ways to do list, but there is only one good way to do them. HTML is forgiving, very forgiving. You can type all sort of rubish and somehow you just might stay afloat with that, but to have a good CSS compatible list you need to put in some thinking.
Using Frames HTML / Frames
Framesets are not recommended if you want search engines to be able to read the content within your site, used well these can look nice but you probably won't get good search engine rankings.
HTML Tutorial For Beginners HTML / Getting Started
In this tutorial, you will learn how to: Create HTML tags and attributes; Add colors and backgrounds; Choose font sizes, faces, styles and colors; Set up links to other web pages or other web sites; Create bulleted and numbered lists; Put your pictures into your page; Create tables; Set up atributes of the table; Align and change the positions of the text and the pictures; Create forms to collect information; Use frames to put multiple pages into a single window; Save your own HTML file.