Before the element you will often see a element. This contains information about the page, rather than information that is shown within the main part of the browser. You will usually find a element inside the <head> element. <head> is opening head tag and </head> is closing head tag.</p>
<html>
<head>
<title> Hello </title>
</head>
</html>
Latest posts by vikashdev k (see all)
- PHP OOP: Traits - October 25, 2021
- PHP OOP: Late Static Binding - October 25, 2021
- PHP OOP : Static Members - October 23, 2021