answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What allows us to see the html code as a webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Can you see the HTML code in Kompozer?

Yes, you can see the HTML code in Kompozer.


What is a WYSIWYG editer?

A WYSIWYG (What You See Is What You Get) editor allows a web page creator to visually move elements around on a rendered page, rather than writing raw HTML code and using a browser to render it. Obviously, the level of skill required when instant feedback is available is significantly less than if one were to write HTML code, as the editor removes the need for the HTML/CSS code to be interpreted by the author at the time the page is created. Some WYSIWYG editors are so good at producing good HTML, that they can be employed by individuals with no HTML/CSS experience whatsoever and achieve good, valid HTML that does as the user intended.


What is the code to center a heading in HTML?

The CENTER tag in HTML is used to center blocks of code within an HTML document. The tag is very easy to use as you only have to open it and close it around the text you want centered. This can be 2 lines of text or an entire webpage. See the example below. <center> Smasher is teaching me HTML </center> This would take the text and center it on the screen. If you want to center the whole page simply put the open tag at the beginning of the document and the close tag at the end.


Long form of HTML?

To code HTML, you'll need a text editor such as Notepad or Notepad++. You can write your HTML code in there and save the pages as "something.html". Make sure you have the ".html" extension. If you double click the file you have made, it will open up a web browser and you'll see what your HTML has done.


How do you view the HTML code of any webpage?

Most browsers have an option available from the menu which is 'view source'. This lets you view the html of the web page being viewed. Get the Web Developer Toolbar Add On for Firefox and you also get options to view HTML and edit HTML on the fly.

Related questions

How are you able to see the HTML code that is used to create a webpage?

Right-click a blank area and go View Source.


Can you see the HTML code in Kompozer?

Yes, you can see the HTML code in Kompozer.


Why we use HTML?

We use HTML to display things on a webpage. Without it you couldn't see this text or any other text/graphics/or anything else on the internet.


What does a webpage consist of?

Usually HTML Code. Although 'what you see', depends entirely on 'what your Web Browser is capable of displaying'. For example... If the Web Page was written in HTML, Flash and Java, but your Web Browser only supports HTML, then you may not be able to see some of the Web Sites 'Java Applets' or 'Flash Animations & Images'.


What is a WYSIWYG editer?

A WYSIWYG (What You See Is What You Get) editor allows a web page creator to visually move elements around on a rendered page, rather than writing raw HTML code and using a browser to render it. Obviously, the level of skill required when instant feedback is available is significantly less than if one were to write HTML code, as the editor removes the need for the HTML/CSS code to be interpreted by the author at the time the page is created. Some WYSIWYG editors are so good at producing good HTML, that they can be employed by individuals with no HTML/CSS experience whatsoever and achieve good, valid HTML that does as the user intended.


How do you hack into an unprotected Wikimedia site like Wiki-site?

I will explain this in really simple terms so you might not get confused, but you might have to look up additional information. 1. Download the source HTML code of the webpage and place it on your desktop. 2. Right click the file and select Edit. 3. Now you can edit the HTML code. 4. Once you are done editing the HTML code as you see fit, connect to the Wikipedia/media server and re-upload the edited HTML file. When you do, you have just hacked a website.


What is behind a webpage?

Behind the Web Page is the HTML. The HTML is a language for the browser to read, and instructs the browser in how to display the page. If you want to see the HTML, right click on the page. A box will open, then select view source. A window will then open with the HTML for that page.


Example of webpage in HTML?

If you want to see an example HTML code for a web page, you can simply right click on any web page and select "display source code". In Microsoft Internet Explorer, you can click View Source in the toolbar. A Quick Example: <html> <head> <title>THE TITLE OF THE PAGE</title> </head> <body> <p>Hello, This Is An Example Page</p> <br> <br> <p>This Is Another Paragraph</p> <p>And So Is This</p> </body> </html> As you can see, HTML pages work around tags. (E.g. <html> and </html>) ---------------------------------- Some basic tags: <html> & </html> -- start and end of the page <head> & </head> -- properties hidden to the user, such as page title <body> & </bdoy> -- the page's body, the actual website the user will see <title> & </title> -- page title, this has to be inside the <head> section <br> -- line break (like pressing enter) <p> & </p> -- a paragraph of text ---------------------------------- For examples with clear HTML code, see related links.


Where is the HTML code for comments?

You don't need a html code for comments. You just post a comment, or post a comment and wait to see if the uploader approves it.


What code would you use to design a webpage with white text?

<html> <head> <title>website</title> </head> <body> <body style="color:white;"> <!--note the style tag is in CSS - this is the Proper way to change text color as defined by HTML 5 standards--> <h1>my website</h1> </body> </html> Note: see related links for more information about CSS styling.


How can you sell a HTML code to one user without accidentally distributing it for other people to use for free?

No, because each and every page is distributed over the net as HTML, so any one could copy it and thus use it. However, you could create a script (javascript) that checks the website using the code, and that only prints the code on the webpage if the website is on the list. See the related link for help/more info.


How do you couple your webcam to your webpage?

You need to upload the image from the webcam to your web space and then have some HTML code to display the image on your site. Software like EvoCam (See links below) has a built in server which makes it a simple process to FTP the image to your site and provides example code for displaying the image.