answersLogoWhite

0

What is the HTML code so something is hidden on the page?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

This can be done with a simple CSS trick, such as this:

<div style="display:none;">Content</div>

There are many other ways to do this, such as setting the visibility property to false, putting a CSS rule down for all divs meeting certain conditions, etc. You are also not restricted to divs.

Another handy tool is that you can hide input fields via <input type="hidden">...</input>

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the HTML code so something is hidden on the page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of business uses HTML?

Any business that wants to have a Web page. The people at the business may not actually code the page, but someone does. Every industry on the planet uses HTML for something.


How do to create a formula in HTML program?

You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.


What is function of HTML code?

HTML code sends instructions to a browser defining the format of the page. For example, you can use the &lt;b&gt;&lt;/b&gt; tags to tell the browser to display something in bold text.


What is the code HTML for?

HTML is the code that tells a web browser how to display a web page on your computer screen.


Are Hyperlink not allowed in HTML files?

I'm not entirely sure what you mean because the hyperlink code itself is HTML. It will fit in an HTML webpage by using something like the code below; &lt;a href="www.example.com" target="Blank"&gt;Your Web Page&lt;/a&gt;


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.


What is the HTML code for music?

The HTML code for music is &lt;audio&gt;. This tag is only present in HTML 5 and helps to embed music into the 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: &lt;html&gt; &lt;head&gt; &lt;title&gt;THE TITLE OF THE PAGE&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;p&gt;Hello, This Is An Example Page&lt;/p&gt; &lt;br&gt; &lt;br&gt; &lt;p&gt;This Is Another Paragraph&lt;/p&gt; &lt;p&gt;And So Is This&lt;/p&gt; &lt;/body&gt; &lt;/html&gt; As you can see, HTML pages work around tags. (E.g. &lt;html&gt; and &lt;/html&gt;) ---------------------------------- Some basic tags: &lt;html&gt; &amp; &lt;/html&gt; -- start and end of the page &lt;head&gt; &amp; &lt;/head&gt; -- properties hidden to the user, such as page title &lt;body&gt; &amp; &lt;/bdoy&gt; -- the page's body, the actual website the user will see &lt;title&gt; &amp; &lt;/title&gt; -- page title, this has to be inside the &lt;head&gt; section &lt;br&gt; -- line break (like pressing enter) &lt;p&gt; &amp; &lt;/p&gt; -- a paragraph of text ---------------------------------- For examples with clear HTML code, see related links.


What is a code view?

In viewing a web page, a code view is the raw HTML code instead of the resulting web page.


How do you get the HTML of a page?

To see the HTML code from a web page, you have several options:Save the web page and open it in a program capable of editing HTML like Dreamweaver, FrontPage or MS Word, then view the document in code mode.Save the web page as a text document and it will only contain the code.Your browser may have the option to "view page source". Select this option and the code will display in the browser.


What is the code displayed on the web page?

The code displayed on the web page is probably incomplete coding. Double check the HTML.


Is it possible to use pure HTML to make an online game?

No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.