Hello dear readers! welcome back to another section of my tutorial on Html. In my previous tutorial, i talked about the basic structure of Html. Now we are going to be discussing about a little bit of the <!DOCTYPE> declaration.
The Html <!DOCTYPE> declaration is used by the web browser to understand the version of the Html used in the document. Their are various versions of Html available but that is not our discussion in this tutorial guide. The current version of Html is version 5 and it uses the following declaration
Example
<!DOCTYPE html>
RECOMMENDED: Html Document Structure
Note - Their are also other types of declarations which you can use along with Html. The declaration type used on a Html document will depend upon the version of Html used. We will see more details while studying the <!doctype> tag along with other tags. Bye for now