元素的CSS" .title"未显示在tile元素中。我正在使用C9.io网络编辑器进行云端操作。这是结果的链接。 https://camel-Case-Is-Life-dmitrikonnikov.c9users.io/hello-world.html
<head>
<style>
.title{
font-size:40px;
text-align:center;
}
</style>
</head>
<script src="jquery-1.12.0.min.js"></script></head><script>
/*$(document).ready(function() {
$(".").addClass("animated bounce");
});*/
</script>
<h1 class="title">Welcome</h1>