수업
소스코드
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <!doctype html> < html > < head > < link rel = "stylesheet" type = "text/css" href = "semantic/semantic.css" > < script integrity = "sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin = "anonymous" ></ script > < script src = "semantic/semantic.js" ></ script > < style > body{padding:1rem;} </ style > </ head > < body > < h1 >Menu</ h1 > < div class = "ui three item menu" > < a class = "active item" >Editorials</ a > < a class = "item" >Reviews</ a > < a class = "item" >Upcoming Events</ a > </ div > </ body > </ html > |