Web/인터렉티브웹
html 상하좌우로 흐르는 텍스트 예제
글자줍기
2021. 10. 15. 20:22
반응형
https://coding-factory.tistory.com/180
[Html] 옆으로 움직이는 텍스트 만들기 (MarQuee)
요즘은 그렇게 많이 사용하지 않는 태그인데 전광판처럼 텍스트를 움직이게 만들 수 있는 태그가 있습니다. 텍스트뿐만 아니라 사진도 가능합니다. HTML에서 텍스트나 사진을 움직이게 할 수 있
coding-factory.tistory.com
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee
: The Marquee element - HTML: HyperText Markup Language | MDN
The HTML element is used to insert a scrolling area of text. You can control what happens when the text reaches the edges of its content area using its attributes.
developer.mozilla.org
반응형