• [HTML5]3D标签云


    index.html

     <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>3D标签云</title> <link rel="stylesheet" type="text/css" href="http://webapplee-wordpress.stor.sinaapp.com/uploads/2013/05/style_3d.css" /> <script type="text/javascript" src="http://webapplee-wordpress.stor.sinaapp.com/uploads/2013/05/3D-Tags.js" > </script> </head> <body> <div id="div1"> <a href="http://webapplee.sinaapp.com/?cat=3" target="_blank" class="black"> Android开发</a> <a href="http://webapplee.sinaapp.com/?cat=9" target="_blank" class="red"> Bug树</a> <a href="http://webapplee.sinaapp.com/?cat=5" target="_blank" class="blue"> EnglishWorld</a> <a href="http://webapplee.sinaapp.com/?cat=4" target="_blank" class="orange"> HTML5开发</a> <a href="http://webapplee.sinaapp.com/?cat=6" target="_blank" class="pink"> Java学习</a> <a href="http://webapplee.sinaapp.com/?cat=15" target="_blank" class="purple"> JS速成</a> <a href="http://webapplee.sinaapp.com/?cat=11" target="_blank" class="green"> Log记录与分析</a> <a href="http://webapplee.sinaapp.com/?cat=13" target="_blank" class="black"> 英语口语学习</a> <a href="http://webapplee.sinaapp.com/?cat=8" target="_blank" class="red"> 转篇之LinuxUbuntu</a> <a href="http://webapplee.sinaapp.com/?cat=16" target="_blank" class="blue"> 课外阅读</a> <a href="http://webapplee.sinaapp.com/?cat=17" target="_blank" class="orange"> GoodboyStyle</a> </div> </body> </html> 

    CSS样式表:style_3d.css
    JS文件:3D-Tags.js

  • 相关阅读:
    Asp.Net多线程用法1
    Asp.Net操作FTP方法
    django 利用PIL 保存图片
    django —— Celery实现异步和定时任务
    豆瓣源安装requirements.txt
    一个有趣的python排序模块:bisect
    Python 多线程
    python list元素为dict时的排序
    python版本坑:md5例子(python2与python3中md5区别)
    单独的 python 脚本文件使用 django 自带的 model
  • 原文地址:https://www.cnblogs.com/webapplee/p/3771945.html
Copyright © 2020-2023  润新知