File Transfer Protocol is a method to upload and download files over the Internet.
Flash
Flash is a multimedia special effects plug-in developed by Macromedia.
Font Element
The font element has been deprecated and should not be used. Delete your font elements, not only from your web pages, but from your mind as well. Instead use markup and style sheets to control the appearance of text. Size should be defined by relative units such as percent, ems, exs. Do not use absolute units such as picas, inches, etc.
Font-size
The value used with the em-box to scale a font for display. CSS defines the font size to be "the size of the font when set solid. This means that the height of the font is the distance from the highest point in the highest glyph to the lowest point in the lowest glyph.
Frames
A feature of HTML, that allows a web author to divide a page into two or more separate windows. If the frame does not have a
element, or the element is not meaningful this can cause accessibility issues. In addition, some browsers do not support frames.