這是一篇 Markdown 範例文章的引言。
這是一篇示範文章,內容包括少量的 jQuery 程式碼和一張圖片文繞圖。
以下是一些簡單的 jQuery 程式碼,當按鈕被點擊時會改變段落的文字:
<!DOCTYPE html>
<html>
<head>
<title>jQuery 範例</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function(){
$("#myButton").click(function(){
$("#myParagraph").text("Hello, jQuery!");
});
});
</script>
</head>
<body>
<button id="myButton">點擊我</button>
<p id="myParagraph">這是一個段落。</p>
</body>
</html>
th | th(center) | th(right) |
---|---|---|
td | td | td |
Alignment You can align text in the columns to the left, right, or center by adding a colon (:) to the left, right, or on both side of the hyphens within the header row.
Syntax | Description | Test Text |
---|---|---|
Header | Title | Here's this |
Paragraph | Text | And more |
This is a sample post using Markdown.