본문 바로가기

무료4

html 무료로 배우기 #8 링크 link a 는 anchor의 약자이고 href 는 HyperText Reference의 약자라고 한다. HTML CSS JavaScript HTML Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications.Web browsers receive HTML documents from a web server or from local storage and render them into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for th.. 2023. 8. 10.
무료로 HTML 배우기 #3 태그 이번엔 태그에 대해서 배우도록 한다. 오늘은 이 부분이다 https://opentutorials.org/course/3084/18392 기본 문법 - 태그 - 생활코딩 --- 이제부터 진짜로 코딩을 해보겠습니다. 먼저 우리가 만들었던 기획서를 다시 보시죠. 이런 모양의 웹페이지를 한 번에 만들수는 없습니다. 조각조각 구현하면서 전체적으로 완성해 나가면 opentutorials.org 이미 앞서 만들어두었던 1.html 에서 Hello world를 지우고 이렇게 쓰도록 한다 이때 태그는 과 이다. 은 두꺼운 글씨로 나오게 하는것이고 는 underline의 앞부분 u를 따온 것으로 밑줄을 치게 하는 것이다 같은 태그를 썼으면 태그적용이 끝나는 지점에 이 온다. 마지막에는 / 를 붙여서 끝내는 것이다. 또한 .. 2023. 8. 5.
WEB HTML 무료로 배우기 #2 JAVA보다 HTML이 쉽다고 해서 먼저 HTML을 배우기로 했다. 먼저 Visula Studio code를 다운받아야 했다 https://code.visualstudio.com/docs/?dv=win Documentation for Visual Studio Code Find out how to set-up and get the most from Visual Studio Code. Optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstud.. 2023. 8. 3.