Selasa, 07 Februari 2017

What are frame sets and frame documents in HTML

Frames are a bit complex to implement, as they require a separate documents to define the frame layout as well as individual document to occupy the frame. Creating a frameset A frameset is created like any other HTML document, except that its contents are limited to frame related tag. Following HTML code is an example for a frameset document: 1 2 3 4 5 6 7 8 9 10 11 <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN” “http://ift.tt/2jYYxwM; <html>   <head>     …   </head>   <frameset attributes>     <frame attributes></frame>     <frame attributes></frame>     …   </frameset> </html> Some of the key points to note from the

The post What are frame sets and frame documents in HTML appeared first on Coding Security.


What are frame sets and frame documents in HTML
read more

Tidak ada komentar:

Posting Komentar