Copy code code as follows:
<! Doctype HTML PUBLIC "-// W3C // DTD XHTML 1.0 Transitional // EN" http://www.w3.org/xhtml1/dtddml1-transitationAl.dtd ">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "content-type" content = "text /html; charset = utf-8" /> />
<Title> Non -Title Document </Title>
<script type = "text/javascript">
Function Show_hidden (TRID) {
if (trum.style.display == "block") {{
try.style.display = 'None';
} Else {
try.style.display = 'Block';
}
}
</script>
</head>
<body>
<A href = "#" OnClick = "Show_hidden (TR1)"> Declars to 3A, 2A, 1A -level tourist scenic spots </a>
<Table>
<tr ID = "tr1" style = "display: none;">
<TD> In the territory of the People's Republic of China, it is officially opened to work in tourist attractions that have been engaged in tourism operations for more than a year, including scenic spots, Wenbo Academy, Temple Guantang, tourist resort, natural reserves, theme parks, forest parks, geology, geology, geology Parks, amusement parks, zoos, botanical gardens and industry, agriculture, economy, trade, science and education, military, sports, sports, culture and art and other tourist scenic spots can apply for quality grade assessment.
The quality level assessment of the tourist attraction refers to the evaluation of the tourist scenic spots with independent management and service agencies, and no separate assessment of the internal tourist spots such as the garden and the scenic spots.
</td>
</tr>
</table>
</body>
</html>