Import javascript in HTML

6 Sep 2015

Share to:

วิธีการ Import javascript (*.js)  ลงใน Code HTML สามารถทําได้ ดังนี้

<script type="text/javascript" src="myFile.js" ></script>

or

<script src="myFile.js"></script>

โดยปกติแล้วจะแทรกไว้ใน Tag

Example

<!DOCTYPE html>
<html>
<head>
    <title>Test import javascript file</title>
    <script src="myFile.js"> </script>

</head>
<body>

</body>
</html>

Suggestion blogs

การเขียน Regular expressions

Regular expressions คืออะไรRegular expressions คือรูปแบบของตัวอักษรที่ใช้คนหาข้อความใน string เช่น ถ้าต้องการหาข้อความที่เป็นตัวเลขติดกันสองตัวจาก string "test01 test1" ซึ่งเราจะสามารถค้นหาและดึงเอาข้อความที่เป็นตัวเลขติดกัน(01) ออกมาได้

Git Repository คืออะไร

สวัสดีครับ บทความนี้เราจะมาทําความรู้จักกับ Git Repository กันนะครับ ว่าคืออะไรมีความหมายว่าอะไร

Configure the Linux Firewall for Docker Swarm on Ubuntu

บทความนี้จะเกี่ยวข้องกับการ Config Linux Firewall ให้สามารถใช้งาน Docker swarm ได้ ถ้าไม่ได้ Config เราจะเจอกับ Error นี้ "Timeout was reached before node was joined. The attempt to join the swarm will continue in the background. Use the "docker info" command to see the current swarm status of your node." ในขั้นตอนการ Join Swarm เพราะว่า Docker Swarm ใช้งาน port ดังต่อไปนี้


Copyright © 2019 - 2024 thiti.dev |  v1.41.0 |  Privacy policy | 

Build with ❤️ and Astro.

Github profile   Linkedin profile   Instagram   X profile   Youtube channel   Telegram   Email contact   วงแหวนเว็บ