1

While reading some article I came across a statement which says :

HTML5 = HTML + CSS + Javascript

Is it Correct to Say So..?

Till now I thought HTML5 is just another (although much better) version Of HTML and CSS & JS are separate.

1

4 Answers 4

5

No, Html + CSS + JavaScript used to be called DHTML.

https://en.wikipedia.org/wiki/Dynamic_HTML

HTML5 itself is a markup language.

https://en.wikipedia.org/wiki/HTML5

Sign up to request clarification or add additional context in comments.

Comments

4

No, HTML5 is the latest version of HTML and that's it.

It does not imply:

  • CSS version
  • Whether it's XML compliant
  • Whether javascript is used
  • anything else other than the HTML used is version 5

All it means is that the HTML used is version 5.

Nothing more, nothing less.

Comments

2

No, HTML5 does not include JS or CSS as one of its attributes. HTML 5 is an expansion on previous HTML versions which allows the use of new HTML elements

Comments

0

No, that's not the case.

HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It was finalized, and published, on 28 October 2014 by the World Wide Web Consortium (W3C). This is the fifth revision of the HTML standard since the inception of the World Wide Web.

More info

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.