Changes

Jump to: navigation, search

Accessibility

4 bytes added, 13:50, 19 August 2019
Form tables properly
Examples of good links and button text are: “view demo”, “start application”, “enter budget”, “visit Wikipedia”
===Form Construct tables properly===Mark table headers with '''TH''' and table data with '''TD'''. Consider adding scope (col, colgroup, row, rowgroup) to headers and a caption. Ensure your content is machine readable by assistive technologies by utilizing the proper semantic structures. Also make sure you nest your tags properly, example if you open a TR close a TR, if you open a SPAN inside a TD make sure you close the SPAN before you close the TD. Example:
Example: in '''TH''' tag add '''scope="col"''' or '''scope="row"'''.
Go to https://webaim.org/techniques/tables/data to learn more.
 
===Nest and close tags===
Nest your tags properly, example if you open a TR close a TR, if you open a SPAN inside a TD make sure you close the SPAN before you close the TD.
===Declare language===
Smartstaff, administrator
3,316
edits

Navigation menu