H
Q. What indicates the content in file is HTML when delivered on the network.
When a file is delivered over a network (e.g., via HTTP), the Content-Type header in the HTTP response specifies the type of content being sent. For HTML files, this header is usually: Content-Type: text/html The file extension (.html) helps browsers and operating systems identify files locally, but it is not used in network communication. The web server determines how to serve the file based on its configuration and sends the appropriate Content-Type header.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the work of <address> element in HTML5?
Q. Which is not a reserved character?
Q. Which of the following CSS selectors selects an element if it is the only child of its parent?
Q. <b> tag makes the enclosed text bold. What is other tag to make text bold?
Q. Opening tag of HTML is called
Q. Scope attribute can’t have the value
Q. To start a numbered list with regular numerals, use
Q. Which ____ attribute specifies where to open the linked document?
Discusssion
Login to discuss.