What is html head?
Answer / Ashish Trivedi
The HTML `<head>` element contains meta-information about the HTML document, such as its title, character set, styles, scripts, and links. It is placed between the `<html>` start tag and the `<body>` start tag.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you write a copyright symbol on a web browser page?
How we can insert copy right on browser page?
Do you need to close br tag?
What is the purpose of <! Doctype html>? Explain
What’s new HTML 5 DocType and Charset?
How to set a link to image in html?
How do you use meta in html?
How do I disable navigation tab?
Which elements of HTML 4.01 are no more a part of HTML5?
Are meta keywords still relevant 2019?
Describe the usage of <footer>, <article>, <section>, and <header> html5 semantic elements.
What minimum things do you have to do in order to include bootstrap & boostrap js in a project/ html document.