Postingan

Menampilkan postingan dari Oktober, 2019

CARA MEMBUAT POPUP LOGIN DAN DAFTAR (SIGNUP) MENGGUNAKAN BOOTSTRAP

Gambar
CARA MEMBUAT POPUP LOGIN DAN DAFTAR (SIGNUP) MENGGUNAKAN BOOTSTRAP   bewoksatukosong     2 years ago     bootstrap,   CSS, bewoksatukosong.com  | Hallo semuanya balik lagi dengan om bewok, kali ini om bewok akan memberikan  Tutorial Cara Membuat Popup login dan daftar (signup) menggunakan bootstrap .    Maksudnya gmn sih om ?  Jadi ketika kamu klik signup atau login maka tidak pindah halaman tapi akan muncul popup. kodinganya bisa lihat di sini ya DEMO Om bewok akan menjelaskan maksud dari kodinganya ya, untuk script dan tampilanya bisa di lihat di demo ya <!DOCTYPE html> < html > < head > < title > Popup Bootstrap </ title > < meta charset = "utf-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1" > < link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > < script src =

HTML marquee Tag

Gambar
HTML marquee Tag « Previous Next » Definition HTML  <marquee>  tag use to create a scrolling text or scrolling image from left to right, right to left, top to bottom, bottom to top. There is no limit. It's user define choice. <marquee>  tag is a container tag to create scrolling text. <marquee>  tag support following some attributes. This attributes use to add more special effect and easy control. Attributes Values Description behavior "slide" "scroll" "alternate" Start completely and stop as soon as text touches the margin. Start completely and off one side. Text bounce as soon as touch both side margin. bgcolor "color code" Specifies the background color. direction "left" "right" "up" "down" Left to Right Right to Left Bottom to Top Top to Bottom width "size" Specifies width in marquee. height "size" Specifies height in marquee. loop &quo