Creates a <title>
html tag.
title($text);
Parameter | Required | Default |
---|---|---|
$text | no | null |
string
Usage:
echo title('Hello World');
Result:
<title>Hello World</title>
Creates a <title>
html tag.
title($text);
Parameter | Required | Default |
---|---|---|
$text | no | null |
string
Usage:
echo title('Hello World');
Result:
<title>Hello World</title>