html 공부
-
HTML Tag 공부 web page금융 2023. 1. 26. 11:13
HTML은 Tag를 잘 쓰는게 핵심같다. 각 Tag의 의미나 사용방법을 공부하는데 매우 유용한 사이트가 있어서 정리해두고자 한다 https://www.w3schools.com/tags HTML Reference W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com:443 위의 사이트에 가면 각 Tag의 사용법을 아래와 같이 볼 수 있다. 심지어 Try it Yourself 를 ..