<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >
<html>
<head>
<title> New Document </title>
</head>
<style type="text/css">
div{
text-indent:2em;
}
div strong {
color:orange;
}
</style>
<script type="text/javascript">
/*
功能:
实现鼠标经过文本内特定类型元素(此处为加粗文本)时(onmouseover事件)显示出对应的提示信息,
离开时(onmouseover)时关闭提示信息。
部件:
1. addTip(),为每个元素添加onmouseover和onmouseout事件;
&n