html moodle_html_aufgabe.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html moodle_html_aufgabe.html相关的知识,希望对你有一定的参考价值。

<!doctype html>
<html lang="de">
<head>
  <meta charset="utf-8">

  <title>tets</title>
</head>
<body>
<p><b><u>Aufgabe:</u></b> </p>
<p> </p>

<!-- Moodle ergänzung ab hier -->

<style>
#view {
background-color: #008800;
color: #ffffff;
text-align: center;
width:100px;
cursor: pointer;
border-style: solid;
border-width: 1px;
border-color: #000000;
}
</style>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.js"></script>
<div id="view">View</div>
<div id="result"> </div>
<script type="text/javascript">
$("#view").click(function () {
	$("#result").empty();
	$("#result").append($("textarea").val());	
});
</script>

<!-- Moodle ergänzung bis hier -->
</body>
</html>

以上是关于html moodle_html_aufgabe.html的主要内容,如果未能解决你的问题,请参考以下文章

Html.Partial 与 Html.RenderPartial 和 Html.Action 与 Html.RenderAction

html Html模板/ Html Boilerplate |标签HTML

html里怎么引用一个html的头部

html5与传统html区别

html4和html5的区别

HTML元素