(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 is then opened on the content page.
frameset - The parent tag that defines the characteristics of this frames page. Individual frames are defined inside it. frame src="" -The location of the web page to load into the frame.
frameset cols="#%, *"- Cols(columns) defines the width that each frame will have. In the above example we chose the menu (the 1st column) to be 30% of the total page and used a "*", which means the content (the 2nd column) will use the remaining width for itself.
frameset rows="#%, *"- rows defines the height that each frame will have. In the above example we chose the new title (the 1st row) to be 20% of the total page height and used a "*", which means that menu and content (which are the 2nd row) will use the remaining height.
Frame ini mendemonstrasikan bagaimana membuat frame set untuk tiga dokumen, dan bagaimana untuk menampilkannya di dalam baris dan kolom CONTOH :
Mendemonstrasikan bagaimana membuat suatu frame navigasi. Navigasi frame berisi sebuah daftar link dengan frame yang kedua sebagai target. Frame yang kedua berisi dokumen yang di link
Menu.html: Contoh-contoh HTML: Image HTML List HTML Form HTML
Open.html: Klik pada menu contoh-contoh HTML jika ingin melihat contoh html-html yang sederhana sekaliiii!
Tag dan digunakan bersama-sama untuk meminta masukan dari user untuk dikirim ke server. …
Textbox adalah salah satu jenis control untuk memasukkan data. HTML menyediakan tag dengan atribut TYPE=”text” untuk membuat kotak input. First name: Last name:
Anda juga bisa memberikan atribut TYPE dengan menggunakan Checkbox yang berfungsi untuk memberikan user pilihan. I have a bike I have a car
Password:
Jika atribut TYPE=”checkbox” diganti dengan TYPE=”radio”, maka user harus memilih salah satu pilihan yang tersedia. User tidak bisa memilih lebih dari satu pilihan.
Radio Button berikan piihan Anda Rentang Usia 15 tahun tahun tahun tahun
A submit button is used to send form data to a server. The data is sent to the page specified in the form's action attribute. nama:
this is the title of the web page HTML tutorial CSS tutorial other tutorial