answersLogoWhite

0

How do you put HTML clock?

Updated: 8/9/2023
User Avatar

Wiki User

11y ago

Best Answer

You cannot make a clock using HTML. You use the HTML to instruct the browser to run a script to display a clock. This is called an HTML event. What you need to do is find a Javascript on-line for a clock. The website that provides the script will instruct you on how to place it in your page. You don't need any knowledge in writing a Javascript but, how to place it. Unlike HTML Java must be exactly placed in the document as it is written or an error will occur. You will also have to upload the images to display the clock. See Related Links below for a free Javascript "digital" clock by javascriptkit.com (just need to give credit)

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

An HTML clock isn't possible. HTML does not contain the logical operations required to tell the current time, or mark the passage of time.

You want to use JavaScript, or a higher-level back-end language (PHP, ASP, JSP, Java, Perl, Ruby, Python, etc.) to accomplish this task.

You might also use Flash. Actionscript, like JavaScript, is capable of handling this kind of basic timing problem. It also make animation far easier than any of the other options (should you want that.)

This answer is:
User Avatar

User Avatar

Wiki User

16y ago

You cannot just use HTML to create a clock, you need to use HTML with some other language, the most common scripting language for such a task is JavaScript.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you put HTML clock?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can ASP code be put in HTML?

ASP can't be put 'in' HTML. ASP can be written in files where HTML is written. ASP can also output HTML.


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


Can you make a digital clock that automatically updates using HTML or javascript and How?

== ==


How do you put HTML cursors on iweb?

Use an html snippet


How do you create web by HTML tages?

Web can be created by creating a .html file. Inside the HTML file, you can put the tags of HTML.


What can you put on a mantelpiece?

You can put a clock on it.


What does HTML use to put content on a page?

HTML can be used to put content on the page. The body tag is used to put content in the window of web page.


Where is the HTML located on keyboard?

HTML is located where the letters are located don't forget to put the caplocks on when you want to type HTML.


Put file in the same directory as my HTML file?

Yes you need to put the file in the same directory. This will get the file to be executed from the HTML file.


What are the tags in HTML surronded by?

HTML tags are put between <>. Example: <FONT size="2">


List down 3 common tags in HTML what is a command to include a comment in HTML?

3 Tags:To put a comment you put them inside on your page.


How can you add audio to HTML?

HTML does not add files. That is the use of SQL.