Computer Science, asked by kanakpari121, 5 months ago

आउट ऑफ द फॉलोइंग हेडिंग टैग विच टैग विल कॉज ऑफ़ ब्राउज़र टूर एंड अटैक्स एंड द लार्जेस्ट स्मॉल साइज​

Answers

Answered by neha42476
3

Answer:

The first tag in any HTML file is the <HTML> tag. This tells web browsers that the document is an HTML file.

The second tag is a <HEAD> tag. Information between the HEAD tags doesn't appear in the browser window, but is still important. It is called meta information. The most important meta information in the HEAD tag is the <TITLE> tag. All HTML documents must have a title. Generally, the title should reflect the contents of the page (like a book's title reflects the contents of the book), so you will be changing this title to better describe whatever sort of web page you are creating. The document title will appear in the title bar (the bar at the top of your browser window). Look up at the top of your browser window right now. It says "basic html tags". The title text doesn't show up in the main browser window (where the text you are now reading is located).

The true content of your web page starts after the HTML, HEAD and TITLE tags. It is contained inside the <BODY> </BODY> tags.

Explanation:

please mark me brilliant ❤️

Similar questions