<html> <meta charset="utf-8"> <script> 外部すくりぷと </script> <script> すくりぷと </script> <div style="text-align:center;margin-top:40px;"ng-controller="おーぷん"ng-app="文字列表示"> <h1 style="font-size:30px;">私はトランペットを演奏します.</h1> <p style="font-size:18px;color:black;">Translation / Traduire / übersetzen / Tradurre</p> <form><label for="">まとめて答えを見る →</label> <input id="初期設定"type="checkbox"ng-model="hide"></form> <hr> <details id="すいっち"class="すいっち"ng-open="hide"> <summary>English</summary> <p style="font-size:24px;color:red;">I play the trumpet in the Brass band.</p> </details> <details id="すいっち"class="すいっち"ng-open="hide"> <summary>French</summary> <p style="font-size:24px;color:blue;">Je joue de la trompette dans la fanfare.</p> </details> <details id="すいっち"class="すいっち"ng-open="hide"> <summary>German</summary> <p style="font-size:24px;color:purple;">Ich spiele Trompete in der Blaskapelle.</p> </details> <details id="すいっち"class="すいっち"ng-open="hide"> <summary>Italian</summary> <p style="font-size:24px;color:green;">Suono la tromba nella banda di ottoni.</p> </details> </div> </html>
<script src="STUDY_html_006.js"></script>
<script>angular.module('文字列表示',[]) .controller('おーぷん',['$scope',function($scope) {$scope.初期設定=true;}]); </script>
STUDY_html_006_C ▶[ Server.pdf \ sample_STUDY_html_006_C.pdf
サンプル・ダウンロード