this language, first of all, it is necessary to give information about how elements such as HTML, XHTML, XML, which are the basic building blocks of languages (can also be referred to as html code, html tag, html tag). These codes are keys that start with < and end with > .
HTML Code
<html>
The entire HTML document consists of such prepared codes and the text that passes between them (these are plain texts mostly seen by search engines or visitors). If a property related to an HTML code is to be specified, the property is written between quotation marks as "value" :
HTML Code
<body bgcolor="black">
You will see which HTML tag works which features and which features it supports on the following pages. Now let's learn a little more about the elements ...