Belajar IT dengan Konsisten dan Update dibutuhkan untuk tetap berkembang menuju kompetensi yang lebih baik lagi.
Salam Learn Into IT
Posting ini akan menjelaskan mengenai pengenalan HTML untuk membantu memahami pemograman web secara frontend development.
HTML adalah bahasa dasar untuk menampilkan halaman web pada web browser. HTML merupakan singkatan dari Hypertext Markup Language. Yang artinya adalah bahasa markup (penanda) berbasis text atau bisa disebut sebagai formatting language, jadi HTML bukanlah bahasa pemograman tetapi bahasa markup/formating.
contoh HTML
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body><h1>My First Heading</h1>
<p>My first paragraph.</p></body>
</html>
HTML biasa ditulis pada sebuah text editor (dreamweaver, notepad++,notepad, phpstrom,brackets,netbeans, dll). Ketik kutipan coding HTML diatas pada texteditor anda dan kemudian simpan dengan format extention .html yang menandakan bahwa file tersebut adalah file HTML.
buka file yang sudah disimpan pada folder tertentu dengan menekan tombol enter setelah file terseleksi atau klik 2x pada mouse untuk membuka browser.
Belajar IT dengan Konsisten dan Update dibutuhkan untuk tetap berkembang menuju kompetensi yang lebih baik lagi.
Salam Learn Into IT
Email : [email protected]
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.