HTML Interview Questions provides answers to common HTML questions. Some key points:
- There is no reliable way to indent paragraphs or large blocks of text in HTML due to inconsistent browser support. Workarounds like non-breaking spaces can be used but may not work across all browsers.
- To center a table, use <CENTER> tags around the entire table. Individual cell contents can be aligned left using <P ALIGN=left> for browser compatibility.
- Character entities are allowed in ALT text but other markup is not permitted.
- To redirect users, configure the server to send a redirection instruction. Alternatively provide a notice on the page directing users to the new URL.
- There is