Skip to main content

Pengenalan HTML

Apa Itu HTML??

HTML (Hyper Text Markup Language), adalah sebuahbahasa script yang digunakan untuk menampilkan informasi, apakah itu berupa text,gambar, atau multimedia pada web browser dari berbagai platform komputer.

Penulisan script HTML memiliki aturan standar, yaitu :
1. Penulisan script HTML, diawali dengan tag <HTML> dan diakhiri dengan tag</HTML>
2. Setiap penulisan tag HTML harus diapit dengan tanda kurung siku buka ” < ”dan kurung siku tutup “ > “.
3. Setiap tag HTML, secara normal memiliki pasangan yaitu: tag buka dan tag tutup.Sebagai contoh : <body> dan </body>
4. Penulisan script HTML, tidak bersifat case-sensitive, yaitu tidak membedakan taghuruf kecil dengan tag huruf besar, sebagai contoh : <HTML> dan akhirannya</html>.

Comments

Popular posts from this blog

RoadMap PostgreSQL DBA

  The intent of this guide is to give you an idea about the DBA landscape and to help guide your learning if you are confused. The roadmap is highly opinionated — neither, knowing everything listed in the roadmap, nor the order of items given in the roadmap is required to be followed in order to be a DBA. Learn basic RDBMS terms and concepts Get basic understanding of Postgres key terms and basic RDBMS concepts. Object model : data types, columns, rows, tables, schemas, databases, queries. Relational model : domains, attributes, tuples, relations, constraints, NULL. Databases high-level concepts : ACID, MVCC, transactions, write-ahead log, query processing. Links : Postgres Glossary SQL and Relational Theory - Christopher J. Date, 2009 Database Design and Relational Theory - Christopher J. Date, 2012 Learn how to install and run PostgreSQL Get practical skills of how to set up and run Postgres to get a working environment for further learning. Using package managers (APT, YUM, etc.) Us

Entitas karakter di html

 Untuk menampilkan simbol-simbol tersebut di HTML, Anda perlu menggunakan entitas karakter (character entities)