What is HTML5 / Learning HTML5






Before you define HTML, let's learn what HTML means: HTML, Hypertext Markup Language, is the text processing language used to create web pages. HTML5 is the name of the latest version of this language. HTML is not a programming language. It is basically a whole set of rules for linking data such as text, images, sound files, etc.and the pages that contain them, to display these pages in web browsers. Visual and dynamic web sites can be created using HTML and CSS and JS files.

How Is It Used?

HTML codes include Notepad++, Dreamweaver, and so on. with such programs you can improve, edit. Notepad, both free and useful because of the choice. An HTML Code blog in general is as follows:


<html>

  <head>

    <title>Text Heading</title>

  </head>

  <body>

    <p>Text</p>

  </body>

</html>


When HTML first came out, the pages were just text, and it didn't mean much visually. Labels could be written in small or capital letters. Later, eXtensible HTML, a composite form of XML and HTML, was created as a standard by XHTML, W3C, the equivalent of "extensible HTML" in our language. In XHTML, the rules were stricter. For example, all labels should be lowercase. A hierarchical syntax was created along with the "document type declaration", known as DOCTYPE, which ranks first in the source code of all sites. Although the standards in XHTML were stricter, the problem of compatibility in browsers was slowly beginning to be solved.

HTML codes begin with the html tag and end with the html tag. Head tags include the basic features of the site. This section contains links to files such as page title, css and js. The Body tag specifies the future portion of the web page's content. All content required to appear on the page must be within the body tags.

The flexible structure that came with HTML5 was minimizing or even ignoring code errors. The lower – case sensitivity in XHTML has been lifted. Too many code problems, however, were partially solved. The issue of compatibility with CSS has been fixed, and with the new tags it brings with it, it provides great ease to both content and visual and search engines.

Although HTML5 is still under development, many web designers now prefer this new version. HTML5 is the main power of PHP, ASP, ASP.net it is derived from web programming languages such as, JavaScript scripting language and CSS.

Comments