HTML Developer Question:
Download Questions PDF

Tell me do <th> tags always need to come at the start of a row or column?

Answer:

Any <tr> tag can be changed to a <th> tag. This causes the text contained within the <th> tag to be displayed as bold in the browser. Although <th> tags are mainly used for headings, they do not need to be used exclusively for headings.

Download HTML Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me do all character entities display properly on all systems?Do you know what is a javascript object?