Difference between revisions of "Team:Tokyo-NoKoGen/Project-1"
Line 2: | Line 2: | ||
{{TeamTokyoNokogen}} | {{TeamTokyoNokogen}} | ||
− | <html> | + | <!DOCTYPE html> |
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
+ | <head> | ||
+ | <STYLE TYPE="text/css"><!-- | ||
+ | DIV.tuzukiwaku{border:1px solid #badefe;padding:10px;margin:3px;display:none;width:80%; | ||
+ | }--> | ||
+ | </STYLE> | ||
+ | <SCRIPT language="JavaScript"><!-- | ||
+ | function hiraku(geID){ | ||
+ | document.getElementById(geID).style.display = "block"; | ||
+ | } | ||
+ | function tatamu(geID){ | ||
+ | document.getElementById(geID).style.display = "none"; | ||
+ | } | ||
+ | //--></SCRIPT> | ||
+ | <NOSCRIPT> | ||
+ | <STYLE TYPE="text/css"><!-- | ||
+ | DIV.tuzukiwaku{display:block;color:#ffffff;} | ||
+ | --></STYLE> | ||
+ | </NOSCRIPT> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
+ | <title>折りたたみ</title> | ||
+ | </head> | ||
+ | |||
<style> | <style> |
Revision as of 04:24, 18 September 2015
<!DOCTYPE html>