About HTML
This page will explain basic knowledge such as simple HTML commands, sentence composition, history of HTML, etc.
Basic html configuration
The picture above is a basic html structure
<!docuttype html> declares that the character of the document is html. After that, the <head> and <body> form the interior. In html coding, all functions consist of <(function name)> and </(function name)>. </>stands for the end of the function.
Most frequently used command
<h1~h6>