Website html5 with drupal

Is it possible to implement an HTML5 site with drupal? If so, how? And what version of drupal do I need? Thanks in advance, Regards, Michelle

+4
source share
4 answers

You can create any markup with Drupal. An explanation of how this is done is far too complete to be written here.

From the sound of your question, you seem to be new to Drupal. Try looking at the Drupal guides to get an idea of โ€‹โ€‹what you can do with Drupal.

Also, HTML5 is by no means magical; it's just a different type that supports some new tags. Drupal's standard output is likely to match HTML5 if you changed doctype accordingly in your theme.

+4
source

You can do HTML5, no matter if it is Drupal or not.

0
source

Yes. This year 's DrupalCamp Colorado site , for example, is HTML5 and (of course) Drupal. All current versions of Drupal (5, 6, and 7) have flexible markup systems, so they are irrelevant. And how? "This is a really general question without indicating your knowledge of the topic in Drupal and / or your understanding of HTML5. But basically you take HTML5 markup and you put it in your theme. What is it.

It seems like all the hype surrounding HTML5 convinced you of something significantly more complex than HTML4 or XHTML. This is not true.

0
source

Source: https://habr.com/ru/post/1310389/


All Articles