You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
741 B
29 lines
741 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>WPS Table Knowledge</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>WPS Table Knowledge</h1>
|
|
</header>
|
|
<main>
|
|
<section id="introduction">
|
|
<h2>Introduction</h2>
|
|
<p id="intro-text"></p>
|
|
</section>
|
|
<section id="functions">
|
|
<h2>Functions</h2>
|
|
<ul id="functions-list"></ul>
|
|
</section>
|
|
<section id="tips">
|
|
<h2>Tips</h2>
|
|
<ul id="tips-list"></ul>
|
|
</section>
|
|
</main>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|