answersLogoWhite

0

Is HTML the code used to display a document on the web?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

yes

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is HTML the code used to display a document on the web?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why is markup language required to form a webpage?

HTML is the language used to send information to a browser about how to display a webpage. The browser interprets HTML code to determine how and where to display the document content.


What is an HTML used for?

HTML - Hyper Text Markup Language is the main language of website coding. CSS is used as the style file of the HTML code. It can be inside the HTML or outside as a separate file but linked in the HTML via a code. PHP is mainly for webdeveloping... that means you can build webapplications which feature many interactions with the users.


What are the differences between css and xsl?

CSS is used to format HTML documents (webpages); XSL is used to tell a browser in what format to display an XML document.


What is a HTML validator used for?

An HTML validator is used to check the validity or syntactical correctness of a fragment code or document. It also technically refers to validation using DTDs by SGML tools.


Difference between the contents of the HTML file and what you see in the browser?

HTML or Hypertext Markup Language is code that can be used to create a website (among other things). HTML code is nothing but text, but, when viewed in a browser, can display images referred to in the code. If the HTML code is the ingredients of a cake, the browser shows the finished and fully decorated cake.


What does HTML use to tell a browser how to display text?

HTML doesn't actually tell a browser how to display text. Rather, HTML tells the browser the structure of a document. CSS (Cascading Style Sheets) is the language used to tell the browser how that information should be displayed. In lieu of that, most browsers will add default formatting through CSS to plain HTML.


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


What is document tag in HTML?

HTML does not have a DOCUMENT tag. The closest thing it has is DOCTYPE, which specifies which specification of HTML (there are several versions) is being used for that page.


What is the difference between HTML and opera browser?

A browser is an application that is used to view web pages. Opera is the name of one browser. There are lots of other ones. HTML is the language that is used to create web pages. People write HTML code to create web pages. Browsers read the HTML code and then display the page in the browser.


How do you display an image on the homepage only using CSS or HTML?

HTML only can be used to display an image on homepage. Image SRC tag can be used to publish it.


What tag defines what HTML document to put in each frame?

By using frames, you can display more than one HTML document in the same browser window. The frameset tag defines how to divide the window into frames. Each frameset defines a set of rows or columns to the size, or percentage of the page the frame is. The tag is used within the Frameset tag to assign (define) the source of the HTML to display in each frame. for example


What is the HTML command used to insert and display images is the?