I know and use basic HTML, but am coming up to speed on the details needed to build an entire complex public site. Which HTML should be my focus for not only study but for the final site as well? Thanks so much...RG

有帮助吗?

解决方案 2

There's no reason not to use <!DOCTYPE html>, as it will work in essentially all browsers that are in use. I would be a little more selective about the individual features of HTML5 - they are not fully supported by many very popular browsers without javascript polyfills.

其他提示

You should focus on HTML5, it will become standard very soon.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top