Site Tools


Hotfix release available: 2026-07-14c "Mort". upgrade now! [57.3] (what's this?)
Hotfix release available: 2026-07-14b "Mort". upgrade now! [57.2] (what's this?)
Hotfix release available: 2026-07-14a "Mort". upgrade now! [57.1] (what's this?)
New release available: 2026-07-14 "Mort". upgrade now! [57] (what's this?)
Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
Hotfix release available: 2024-02-06b "Kaos". upgrade now! [55.2] (what's this?)
Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
Hotfix release available: 2023-04-04b "Jack Jackrum". upgrade now! [54.2] (what's this?)
Hotfix release available: 2023-04-04a "Jack Jackrum". upgrade now! [54.1] (what's this?)
New release available: 2023-04-04 "Jack Jackrum". upgrade now! [54] (what's this?)
Hotfix release available: 2022-07-31b "Igor". upgrade now! [53.1] (what's this?)
Hotfix release available: 2022-07-31a "Igor". upgrade now! [53] (what's this?)
New release available: 2022-07-31 "Igor". upgrade now! [52.2] (what's this?)
New release candidate 2 available: rc2022-06-26 "Igor". upgrade now! [52.1] (what's this?)
New release candidate available: 2022-06-26 "Igor". upgrade now! [52] (what's this?)
Hotfix release available: 2020-07-29a "Hogfather". upgrade now! [51.4] (what's this?)
notes:html_cheat_sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
notes:html_cheat_sheet [2026/09/14 13:06]
197.184.121.69 old revision restored (2026/08/02 13:15)
notes:html_cheat_sheet [2026/09/16 06:36] (current)
2.51.163.142 old revision restored (2026/08/02 14:17)
Line 69: Line 69:
      </table> </code>      </table> </code>
   * A table with border 0 can be used to format the layout of a page.   * A table with border 0 can be used to format the layout of a page.
-  * A table can also be in the form:  <thead> <tfoot> <tbody> and can specify an optional <caption>. 
-  * To set attributes of columns in a table, a colgroup with column entries can be used e.g. <code html> 
-<table border="1"> 
-<colgroup span="2"> 
-<col width="20"></col> 
-<col width="50"></col> 
-</colgroup> ... </table> 
-</code> 
  
 ==== Forms ==== ==== Forms ====
Line 153: Line 145:
 ==== Advanced HTML ==== ==== Advanced HTML ====
  
-  * <div> is used to group elements or divide page into sections. <spanis used for selecting part of an element. Both can be used for formatting purposes.+  * <div> and <span> are used to group elements to format them with style. <divalso divides page into sections.
   * A simple script in a webpage <code html>   * A simple script in a webpage <code html>
 <body>  <body> 
notes/html_cheat_sheet.1789416367.txt.gz ยท Last modified: 2026/09/14 13:06 by 197.184.121.69