শুক্রবার,  ভোর ৫:২১  ♦  ২৬শে এপ্রিল, ২০২৪ ইং, ১৩ই বৈশাখ, ১৪৩১ বঙ্গাব্দ ( গ্রীষ্মকাল )
শুক্রবার,  ভোর ৫:২১  ♦  ২৬শে এপ্রিল, ২০২৪ ইং, ১৩ই বৈশাখ, ১৪৩১ বঙ্গাব্দ ( গ্রীষ্মকাল ), ১৬ই শাওয়াল, ১৪৪৫ হিজরী  ♦
ওয়ার্ডপ্রেস টিপস

Example


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title><?php echo 'PHP কোডের উদাহরণ'; ?></title>
</head>
<body>
    <h1><?php echo 'PHP কোডের উদাহরণ'; ?></h1>
 
    <p><?php echo 'হ্যালো ওয়ার্ল্ড!'; ?></p>
 
    <p>এই লাইনটি হাইলাইট করা হয়েছে</p>
 
    <div class="foobar">
        This is an
        example of smart
        tabs.
    </div>
 
    <p><a href="https://wordpress.org/">ওয়ার্ডপ্রেস</a></p>
</body>
</html>