nedeľa 6. septembra 2015

HTML5 Site Codes Position

    Hello everybody, it was a long time I haven't upload anything. Everybody who wants to code in HTML, probably wondered where to put CSS3, HTML5 and JavaScript codes. Here in this tutorial, I will show you this:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Something</title>
    CSS3 code
    (JavaScript code in some cases)
  </head>
  <body>
    HTML5 code
    JavaScript code
    (HTML5 code)
  </body>
</html>

    The reason I put the second HTML5 code in () is because is not necessary. In some cases JavaScript code and HTML5 code can be switched, but those are different cases.
    For today it is enough, good bye.

Žiadne komentáre:

Zverejnenie komentára