doctype html
meta charset="utf-8"
script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"
p jQueryで点滅
.tgt
.tgt
.tgt
css:
.tgt {
width:300px;height:100px;
background-color:yellow;margin:20px
}
javascript:
setInterval(()=>$('.tgt').toggle(),1000)