What is HTML and HTML5

HTML which is the basic language of every website. I’ll show you the structure of a basic HTML page and we’ll look at some of the key elements that make up a website such as headers’ paragraphs text forms tables and a lot more at the end of the section. you’ll be making a real website as a challenge.
HTML is a markup language used to make WebPages and html5 is version 5 of that language. The older HTML version 4.0 1 and XHTML version 1.0 have been used for many years but HTML5 seeks to be an improvement over these older versions.
For example, in order to support multimedia html5 has new elements for audio and video.
I'll be showing you how to use these new elements and one of the other articles in this series. So what do you need to start writing HTML5 you need a browser to test your HTML code and you need a text editor (notepad, Notepad++, sublime, etc).

Comments