Home  >  Article  >  Web Front-end  >  Home Announcement Custom Clock HOME HOME CLOCK_html/css_WEB-ITnose

Home Announcement Custom Clock HOME HOME CLOCK_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:42:411163browse

Today I will introduce you to something fun, it’s very simple.

Do you often see customized clocks or something like that in the announcements on other people’s blogs’ personal homepages? Today I’m going to make one too.

Let’s take a look at the renderings first:

The source code is provided

<html><div id="myTime"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="200" height="80" id="honehoneclock" align="middle"> <param name="allowScriptAccess" value="always"> <param name="movie" value="http://chabudai.sakura.ne.jp/blogparts/honehoneclock/honehone_clock_wh.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#ffffff"> <param name="wmode" value="transparent"> <embed wmode="transparent" src="http://chabudai.sakura.ne.jp/blogparts/honehoneclock/honehone_clock_wh.swf" quality="high" bgcolor="#ffffff" width="200" height="80" name="honehoneclock" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </object> </div></html>

You only need to copy the above code Go to the sidebar code box in the blog garden settings, and you can show off your blog homepage. Act quickly~

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn