Catalog Online

「script」検索結果

HTML5の基本的な構造[edit]

2016/03/08 コード

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>テストサイト</title>
<meta name="description" content="テストサイト" />
<meta name="keywords" content="テスト,サイト" />
<link rel="stylesheet" type="text/css" href="./index.css" />

</head>
<body>

</body>
</html>

タグ >>  html5  css 

画像をスライドショー表示するプラグイン[edit]

2015/11/19 リンク

フリックなどモバイルにも対応

http://flexslider.woothemes.com/

タグ >>  javascript 

monacaでアプリ内に外部リンクを入れる[edit]

2015/04/05 リンク

monacaAPIを使わなければなりませんね。
htmlファイル内で簡単に実装するのはJavascriptを使うと良いです。

http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q12117966032

タグ >>  monaca 

Catalog Online

↑ PAGE TOP