The frame Tag & working with frame tags -HTML PDF

Title The frame Tag & working with frame tags -HTML
Course Web Design
Institution Full Sail University
Pages 2
File Size 55.8 KB
File Type PDF
Total Downloads 96
Total Views 137

Summary

This will cover frame tags, how to use them, and what they do....


Description

The Tag

A page can be divided into frames using a special frame document. The tag defines one specific window (frame) within a . Each in a can have different attributes, such as border, scrolling, the ability to resize, etc. The element specifies the number of columns or rows in the frameset, as well as what percentage or number of pixels of space each of them occupies. framesetcols="100, 25%, *">

The tag is not supported in HTML5.

Working with Frames

Use the attribute to specify that a user cannot resize a element:

Frame content should be defined using the src attribute. Lastly, the element provides a way for browsers that do not support frames to view the page. The element can contain an alternative page, complete with a body tag and any other elements.



Frames not supported!

The tag is not supported in HTML5....


Similar Free PDFs