靜態新聞跑馬燈:歡迎來到我們的部落格!

示範中文標題

2025-01-04  HTML, PHP, MySQL

這是一篇 Markdown 範例文章的引言。


文章標題

這是一篇示範文章,內容包括少量的 jQuery 程式碼和一張圖片文繞圖。

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
  1. 1
  2. 2

Hello World

This is a sample post using Markdown.