Search All content
1. TABLE tag in tutorial HTML Old School Frontend
The basic tag is <table></table> . It has the following attributes: 1. width=" pixels | %" Defines the table width. Dont write width="300px". Write width="300" ! Example:
Permission(PGU):447, Lang:EnglishCreated:2015-01-14 11:39:13, Modified:2015-01-14 12:20:02, Status:finished, Version:1.0
2. Many table examples in tutorial HTML Old School Frontend
Here you can see many HTML table examples. BASIC Basic 3X2 table A B C D E F <...
Permission(PGU):447, Lang:EnglishCreated:2015-01-15 07:24:50, Modified:2015-01-15 07:36:27, Status:finished, Version:1.0
3. HTML Frames in tutorial HTML Old School Frontend
Frames are used to divide your browser window into many independant windows. Each window loads HTML document separatelly. For example we can separate browser's window in left and right parts. Then in left put menu with links and on place co...
Permission(PGU):447, Lang:EnglishCreated:2015-01-15 07:46:12, Modified:2015-01-15 07:55:25, Status:finished, Version:1.0
4. Nesting frames in tutorial HTML Old School Frontend
Sometimes we will want to nest one frame into another. <frameset rows="33%,33%,*"> <frame src="./doc_a.html"> <frameset cols="50%,50%"> <frame src="....
Permission(PGU):447, Lang:EnglishCreated:2015-01-15 08:59:27, Modified:2015-01-15 09:04:05, Status:finished, Version:1.0