Contenttype code example
Example 1: what content-type is html
Content-Type:text/html
Example 2: content-type header api
Content-Type header is used in POST , PUT , PATCH to
specify the type of body you are sending
to the serve and it's required.
Example 3: doctype
<!DOCTYPE html>
This tag shows that it is running HTML5