HTML BASIC (Contd…..) PERTEMUAN KEDUA.

Slides:



Advertisements
Presentasi serupa
Oleh Apriliya saputri X ti b
Advertisements

HTML.
Hyper Text Markup Language
Matakuliah Pengenalan Internet STMIK Palangkaraya Oleh : Suparno Blog : Pengenalan HTML - 2 Bullet Numbering.
STMIK PPKIA Pradnya Paramita
DASAR HTML Marina Azizah. Struktur Dokumen HTML Dokumen HTML bisa di bagi mejadi tiga bagian utama: HTML Setiap dokumen HTML harus di awali dan di tutup.
Praktek Dasar HTML Ulla Delfana Rosiani, ST. Praktek Dasar HTML Anda akan mempelajari tentang: Membuat sebuah home page Memformat text Membuat links ke.
HTML Basic Heading Paragraf & Text. Paragraf Breaks & Horizontal Rulez Creating and HTML Page Quoted Text Preformated Text Phrase Elements Formating Elements.
4/6/2015 Chapter 3 Grouping Elemen Grouping Elemen Penomoran ( listing ) Penomoran ( listing ) Hyperlink dan Image Hyperlink dan Image Created By Barka.
HTML (Hypertext Markup Language)
Cascading Style Sheets (CSS)
Pengembangan Evangs Mailoa Enumerasi, Image & Table WEB.
Web Programming HTML. Outline Element HTML Basic Tag HTML Format HTML Entiti HTML Links HTML Frame HTML Table HTML List HTML Form HTML Image HTML Background.
Dasar Tag HTML Form Awal formulir ditandai dengan Tag , dan berisi dua kata kunci: METHOD dan ACTION.
Pemrograman Web/TI/ AK /2 sks - Konsep dasar CSS - CSS properties Cascading Style Sheets (CSS) Pertemuan ke 4.
HTML (Hypertext Markup Language)
Latihan CSS.
Oleh : Eko Prianto. Read Carefully  another section at the same document  to a different document  to a different Web page  to a variety of other.
Enumerasi, Images & Table
Pemrograman Web 1 Mohamad Syafri Tuloli. Penilaian Quiz : 10 %Quiz : 10 % Tugas : 20 %Tugas : 20 % UTS : 30 %UTS : 30 % UAS : 40 %UAS : 40 %
HTML (Hypertext Markup Language)
HTML Achmad Yasid,SKom. HTML Singkatan dari HyperText Markup Language adalah bahasa yang menjelaskan bagaimana suatu teks, video, grafik, animasi dan.
BASIC TAG Belajar HTML COBA COBA 1 HASILNYA STRUKTUR HTML HTML Setiap document HTML harus di awali dan di tutup dengan tag HTML HEAD Bagian header dari.
Atribut dalam Body Atribut dan contoh penulisan Fungsi
Pertemuan 2 : HTML.
Pertemuan 2 1.  Bahasa yang digunakan untuk menampilkan informasi pd halaman web.  bahasa ini menggunakan tanda (markup) untuk menandai perintah- perintahnya.
S1 Teknik Informatika - Unijoyo
Internet dan Web By : Lisda Juliana P..
(HTML). Frames are most typically used to have a menu in one frame, and content in another frame. When someone clicks a link on the menu that web page.
Pertemuan ke 2 Ahmadi Sistem Informasi STMIK “BINA NUSANTARA JAYA”
HTML Universitas Muhammadiyah Surakarta Yogiek Indra K.
9.3 Geometric Sequences and Series. Objective To find specified terms and the common ratio in a geometric sequence. To find the partial sum of a geometric.
Universitas Komputer Indonesia
IRAWATI, S.Kom.,MT. PEMROGRAMAN WEB
Pengenalan Kuliah, Konsep Pemrograman Web dan Dasar HTML
List & Tables.
Pemrograman Web Ch.3 LIST dan TABLE Tommy, ST, MKom.
Pemrograman Web List, link, & Tag img
PENGANTAR HTML Khafiizh Hastuti.
STMIK PPKIA Pradnya Paramita Pemrograman berbasis Web
Lutfi Budi Ilmawan Univ. Muslim Indonesia
PERTEMUAN 2 HTML (Lanjutan).
WEB 1 (HTML) STMIK A. Yani.
Membangun Web Site“Cantik”
Apa Itu HTML HTML adalah singkatan dari Hypertext Markup Language, yaitu bahasa (aturan) standar yang digunakan untuk menampilkan teks, gambar, video dan.
KOMPUTER APLIKASI IT XHTML & CSS MODUL 05
HTML PEMROGRAMAN INTERNET.
Komputer aplikasi it-I (html)
Komputer aplikasi it-I (html)
HTML Introduction and Formatting Session 06 & 07
PENGATURAN TAMPILAN WEBSITE I
Membuat daftar/list Yudhi arta.
S1 Teknik Informatika - Unijoyo
( HyperText Markup Language)
LIST.
Komputer aplikasi it-I (html)
List, Image, Link dan tabel
Pemrograman Basis Data Berbasis Web
MEMBUAT LIST.
Pemrograman Berorientasi Platform (IN315B)
Komputer aplikasi it-I (html)
Kurikulum dan Teknologi Pendidikan Universitas Negeri Semarang
Darmawan satyananda Mathematics department State university of malang
Pemrograman Web HTML (2) Andy Haryoko, ST.
Enumerasi, Images & Table
List dan Image pada HTML
Enumerasi, Images & Table
Pengenalan HTML Cahaya Jatmoko HP/WA
Desain Web dengan Tag HTML
Pemrograman Basis Data Berbasis Web
Transcript presentasi:

HTML BASIC (Contd…..) PERTEMUAN KEDUA

<PRE> … </PRE> Preformatted text means that the paragraph in this tag preserves the spaces and line breaks.

LIST Numbered lists Bullet lists Definition lists

Numbered (Ordered list) Ordered List <OL> are lists where each item in the list is numbered. For example, the list might be a set of steps for a recipe that must be performed in order, or a legal contract where each point needs to be identified by a section number.

Numbered (Ordered list)…..contd. Tag <OL type=1, a, A, I, i> adalah tag pembuka untuk menampilkan daftar dengan nomor urut dengan pilihan : Type Keterangan Numbering Style 1 arabic numbers 1, 2, 3,…………. a lower alpha a, b, c, ………… A upper alpha A, B, C, ………. i lower roman i, ii, iii, ………… I upper roman I, II, III, …………

Numbered (Ordered list)…..contd.

Bullet (Unordered List) Unordered List <UL> are lists that begin with a bullet point (rather than characters that indicate order). Tag <UL> has several types: Disc = displays bullet as bulat hitam Circle = displays bullet as bulat kosong Square = displays bullet as kotak hitam

Definition List Definition lists are made up of a set of terms along with the definitions for each of those terms The definition list is created with the <dl> element and usually consists of a series of terms and their definitions. Inside the <dl> element you will usually see pairs of <dt> and <dd> elements. <dt> This is used to contain the term being defined (the definition term). <dd> This is used to contain the definition. Sometimes you might see a list where there are two terms used for the same definition or two different definitions for the same term.

Nested Lists

EXAMPLE

HYPERTEXT

HYPERTEXT

Linking to Other Pages on the Same Site

Email Links

Opening Links in a New Window

Linking to a specific part of the same page

Any Questions

Images WWW menggunakan 2 format standar gambar, yaitu GIF dan JPG. Kedua format gambar ini dirancang untuk digunakan dalam web dan dalam platform komputer yang berbeda-beda.

Tag/Atribut Nama : Keterangan <IMG> Image : tag ini akan menempatkan gambar ke dalam dokumen HTML Atribut <IMG>   SRC=”nama_file_gambar” Source : atribut ini digunakan untuk menentukan lokasi dan nama file gambar yang akan ditampilkan. ALIGN=TOP,MIDDLE, BOTTOM Alignment : atribut ini digunakan untuk menentukan posisi gambar terhadap teks disekelilingnya ALT=”Teks” Alternate : atribut ini digunakan untuk menentukan teks yang akan menggantikan gambar apabila sebuah browser tidak mendukung penggunaan gambar.

html> <body> <p> Insert image from another folder: <img src="/images/image1.gif" width="33" height="32"> </p> <p>Image from a website: <img src="http://www.goolie.com/images/image2.gif" width="73" height="68"> </body> </html>

html> <body> <p> Bottom align an image: <img src="/images/image1.gif" align = “bottom” width="33" height="32"> </p> <p> Center align an image: <img src="/images/image1.gif" align = “center” width="33" height="32"> <p> Top align an image: <img src="/images/image1.gif" align = “top” width="33" height="32"> </body> </html>

Any Questions