Practical 2

PHOTO EMBED

Sat Mar 07 2026 11:39:25 GMT+0000 (Coordinated Universal Time)

Saved by @Manasi123 #html

Practical 2

<!DOCTYPE html>

<html>

<head>

    <title>Welcome Example</title>

    <!-- PyScript CSS -->

    <link rel="stylesheet" href="https://pyscript.net/releases/2025.8.1/pyscript.css" />

    <!-- PyScript JS -->

    <script src="https://pyscript.net/releases/2025.8.1/pyscript.js"></script>

</head>

<body>

<h2>Welcome Example</h2>

<py-script>

print("Welcome")

</py-script>

</body>

</html>
content_copyCOPY