answersLogoWhite

0


Best Answer

You could make an application that would run automatically on your server / computer, that would edit only a certain part of an HTML page. This application would be ran automatically over time. You could also use Javascript, or something of the like, to dynamicly change the text of a page - however, this does not directly effect the source code of the HTML page. Otherwise, you cannot change HTML over time - HTML does not have any dynamic functions that can tell time.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How could you make some text in an HTML page change with time?
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.


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.


Could HTML show a calendar?

you could create a calendar with a spreadsheet and save it as HTML and then embed it into the page


How can save the HTML application from in online HTML code?

HTML Application could be recovered as HTML codes. Saving the page as HTML could give us an insight about the structure.


How do you make a register page in HTML?

You can easily make a register page in HTML using the <form> attribute. The form will contain the registration details.


How do you update your HTML site?

You can update a HTML site by updating it's content. Changing HTML will change the content of page.


How do you change the page source HTML?

If you use Firebug, then you can edit the HTML within the FireFox browser. Otherwise, save the page and edit the HTML with a text editor like Notepad.


How do you write HTML page for student results?

For student results, you could get a form for registration. You can then make a table for the results.


How do you incorporate HTML to be used with other standards to make a web page?

HTML could be incorporated with other technologies, through JARS. JARS are the java programs of other technologies.


Html is a webpage yes or no?

HTML is the Hyper Text Markup Language. It defines the rules/tags to make a web page. If a file has an extension of .html , then we can say that it is a web page.


How do you change the web page size in HTML and css I am having the problem while opening in diff browsers the page and data alignment get vary?

HTML and CSS vary with browsers very much. Try and make your code accessible for one particular browser.


How can you chat on a webpage HTML?

HTML is just for designing the look and format of the page. To make the page actually do things, like running a chat page, takes programming. HTML is not a programming language so just using HTML you cannot create a fully functional chat page. You need HTML and a programming language working together to do that.