answersLogoWhite

0


Best Answer

Yes web pages are written in 'html' (Hyper Text Mark-up Language), which is an implemented subset of 'sgml' (The Standard Generalized Markup Language (ISO 8879:1986 SGML).

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it true that HTML is a source code behind webpages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does edit HTML mean?

It means to change the HTML. Webpages are created using HTML. To change the page, you need to edit the HTML. So people open the source code of the HTML and change it and then upload the new version of the page.


HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


How webpages are built HTML code and the purpose of and?

Webpages are built using the various tags predefined. The purpose of webpages is to make web interactive or for promotion.


What Interpets HTML and displays webpages?

HTML code is interpreted by a WWW server. Most popular are Apache, IIS and nginx.


Why do you use a HTML?

HTML is the language used to code web pages, it formes the basic structure of a web page. Without HTML, webpages would not exist.


Why browser having only HTML code?

HTML is the standard for defining web page element and is supported by all browsers. but webpages have also JavaScript and cs code as well.


How do you pull up your HTML code?

You can pull up your HTML code by right clicking the code and hitting, View Source. This will open the HTML code and you can format it.


What is the function of HTML?

it can make buttons links and mostly websitesHTML is essentially a language that a computer reads to display a webpage. Certain codes can do certain things, such as codes to display images and links on a page. If you're curious to see the code behind webpages and you use Firefox as a browser, click View and then click Page Source. A separate window should pop up that lets you view the code.


Written remarks in your HTML or CSS document which will not be displayed in the browser?

Comments are not displayed by the browser, but they can help document your HTML source code.


What is an HTML source?

HTML source simply refers to the markup language that makes up a web page. You can view the HTML source for this page by using your browser's "View Source" or "View Source Code" menu option.


Can anyone make changes in webpages by selecting view source?

No, no one can make changes to your webpages, or anyone's webpages, by using the browser's View Source function, ever. That is merely there to show the user, usually a developer, the code behind the page displayed (or parsed by PHP pages, etc). They cannot make changes to your site this way. Those changes require access to your web server/host.


Difference between inline code and code behind model?

Inline code is written in html file. code behind is written in separate file.