answersLogoWhite

0

You browser interprets HTML code to determine how to format content. The web server presents the page to the browser for consumption.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the HTML code for bullets for a webpage?

Code Example:ThisisalistThisisalist


What is the code of HTML of webpage?

HTML in a webpage is the basis of formation of it. It uses tags to define it's usage.


What allows us to see the html code as a webpage?

The browser is used to parse an HTML file and return a visual representation of the code as a webpage.


What code is a webpage typically written in?

HTML.


What is the basic code for creating a webpage?

HTML?


How do you evaluate the design of a webpage?

You can evaluate the design of a webpage by it's HTML code. HTML provides all the designing of the page.


How do you add HTML code into a webpage?

HTML codes could be easily added to a webpage for the functionality. Dynamic web pages can made with HTML only.


What is basic HTML code?

Below is an example of a very basic webpage: <html> <head> <title>My First Webpage</title> </head> <body bgcolor="yellow"> <p>This is a yellow webpage</p> </body> </html>


What is a website HTML code?

Every website would have a different HTML code. You can right click on the page body and choose "View Source" to view the HTML source of that web page.


How do you navigate to other page in webpage while writing code in HTML?

You can easily navigate to other page in webpage while writing code in HTML. It is done by using <a> tag before the element.


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.


How do you access HTML?

You don't access HTML as such. You code it and run it. Open Notepad. Type in <html>hello</html>. Go to save, change the type to all. Name your page index.htm somewhere on your computer. Save it. Now go to the location and click on the webpage. You've just 'accessed' and coded HTML.