1 / 10

Dasar HTML

Dasar HTML. Prak . Internet dan Web Rusmala Santi. Konsep dan fungsi HTML. HTML: bahasa WWW yang digunakan untuk menyusun dan membentuk dokumen agar dapat ditampilkan pada program browser Protocol yang digunakan untuk mentransfer data atau document dari web server ke browser.

birch
Télécharger la présentation

Dasar HTML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Dasar HTML Prak. Internet dan Web RusmalaSanti

  2. Konsepdanfungsi HTML • HTML: bahasa WWW yang digunakanuntukmenyusundanmembentukdokumen agar dapatditampilkanpada program browser • Protocol yang digunakanuntukmentransfer data atau document dari web server ke browser

  3. HTML menentukanduafungsi: • Membentuktataletakdokumen, jenishuruf, gambardankomponendokumenlainnya • Menentukanhubungankedokumen lain, HTML merupakansuatubahasakomputer yang termasukdalamkategori SGML (Standard Generalized Markup Language) bentuknyamerupakan file standar ASCII yang berisi kode2 untukmengaturdokumen

  4. Struktur HTML • Tag: kodeatausimbol yang digunakanuntukmeletakkanperintah HTML • Tag tertutup < > • Contoh: <imgsrc=“gambar.gif”/> • Tag berpasangan, dengantandapermulaandanakhiran • Contoh: <title> judul HTML </title> • Non-sensitive-case

  5. Struktur tag dasar

  6. Contoh: selamat.html <HTML> <HEAD> <TITLE>Latihan HTML</TITLE> </HEAD> <BODY> Selamatbelajar HTML </BODY> </HTML>

More Related