HTML Basics - HTML Head Section
The head section of the webpage includes all the stuffs that does not allow directly on the resulting page. The and tags encapsulate the title of the page. The title is what shown in the top of the browser window when the page is loaded.
Quite often the head section contains Javascript, which is a programming language for more complex HTML pages. Finally, more and more pages contain codes for cascading style sheets (CSS). CSS is a rather new technique for optimizing the information of major websites.
The head section of the webpage includes all the stuffs that does not allow directly on the resulting page. The
Quite often the head section contains Javascript, which is a programming language for more complex HTML pages. Finally, more and more pages contain codes for cascading style sheets (CSS). CSS is a rather new technique for optimizing the information of major websites.


Post a Comment
Your feedback is always valuable for us :