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
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.