यह HTML TAG के बाद प्रयोग होने वाला टैग है यह टैग हमारी सà¤ी Web File की सम्पूर्ण जानकारी रखता है। यह HTML टैग के बीच में लगाया जाता है। यहाँ अन्य टैग को à¤ी रख सकते हैं।
Syntax :-
<html>
<head>
………………..
</head>
</html>
1.Open Text Editor Like (Note Pad or Note pad +).
2.Type the head tag inside html tag like this. Please we carefully open or close all the tags and all the tags come under html.
3. Save as Pagename.html (For Ex. first.html).
4. Open the web page.
Syntax :-
<html>
<head>
………………..
</head>
</html>
1.Open Text Editor Like (Note Pad or Note pad +).
2.Type the head tag inside html tag like this. Please we carefully open or close all the tags and all the tags come under html.
3. Save as Pagename.html (For Ex. first.html).
4. Open the web page.