Did <tt> and <tf> are the elements of table, and if they are please describe which element and what are there uses | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 6

Did <tt> and <tf> are the elements of table, and if they are please describe which element and what are there uses

4th Jun 2017, 11:24 AM
Shaswat Singh
Shaswat Singh - avatar
2 Antworten
+ 4
These are not table tags, <tt> is an html tag used to make Teletype Text eg: <body> In sololearn community everyone is <tt> treated </tt> with respect. </body> . while <tf> is not a valid tag.
4th Jun 2017, 11:35 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 4
The <tt> tag is not supported in HTML5. If <tt> was used for marking up keyboard input, consider the <kbd> element; for variables, consider the <var> element; for computer code, consider the <code> element; and for computer output, consider the <samp> element, or use CSS instead. The <tt> tag defines teletype text. - by W3Schools um..is <tf> tag means tfoot ? if yes read this The <tfoot> tag is used to group footer content in an HTML table. The <tfoot> element is used in conjunction with the <thead>and <tbody> elements to specify each part of a table (footer, header, body). Browsers can use these elements to enable scrolling of the table body independently of the header and footer. Also, when printing a large table that spans multiple pages, these elements can enable the table header and footer to be printed at the top and bottom of each page. The <tfoot> tag must be used in the following context: As a child of a <table> element, after any <caption>, <colgroup>, and <thead> elements and before any <tbody> and <tr> elements. - by W3Schools
4th Jun 2017, 11:34 AM
Art456
Art456 - avatar