홈페이지에 움직이는 글씨 만들기

최고관리자 0 45,898 2021.10.27 14:31
검정색 바탕에 빨간글씨가 지나가게 만들기

<marquee bgcolor="black"><font color="red">배경은 검정</font></marquee>
 


크기를 지정한 노랑색 바탕에 검정글씨가 지나가게 만들기

<marquee width="400" height="50" bgcolor="yellow"><font size="6">가로 400픽셀 세로 50픽셀에 바탕 노랑, 폰트 사이즈는 6</font></marquee>
 


좌우로 움직이는 글씨 만들기

<marquee behavior="alternate" bgcolor="#ff0080" width="50%" height="30"><font color="Black">좌우 반복합니다</font></marquee>
 



위로 올라가는 글씨 만들기

<marquee direction="up" width="180" height="70" bgcolor="yellow"><font color="red">위쪽으로 스크롤 됩니다</font></marquee>
 

소스코드 복사해서 붙여넣으시면 됩니다  내용은 수정하시고요

색상은 16진수색상 검색하셔서 맘에드는 색상 코드로 변경하시면 됩니다 

그누보드는 글쓰기전 html 로 변경후 코드붙여넣기

워드프레스는 위젯에서 html 선택후 붙여넣기

Comments