typescript-ej1-demos/tooltip/default.html

24 строки
1.1 KiB
HTML

<div class="cols-sample-area">
<div class="frame">
<div class="control">
JavaScript is a high-level, dynamic, untyped, and interpreted programming language. It has been standardized in the <a id="link1"><u> ECMAScript </u> </a>language specification. Alongside HTML and CSS, it is one of the three essential technologies of <a id="link2"><u> World&nbsp;Wide&nbsp;Web </u> </a>content production; the majority of websites employ it and it is supported by all modern Web browsers without plug-ins. JavaScript is prototype-based with first-class functions, making it a multi-paradigm language, supporting <a id="link3"> <u>object&nbsp;-&nbsp;oriented </u> </a>, imperative, and functional programming styles.
</div>
</div>
</div>
<script type="text/javascript" src="tooltip/default.js"></script>
<style>
u {
color: #00b8e6;
}
.frame {
padding-top: 7%;
width: 100%;
height: 300px;
box-sizing: border-box;
line-height: 28px;
text-align: "justify", font-family: "Times New Roman", Times, serif;
}
</style>