ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • HTML-22.03.24
    HTML 2022. 3. 24. 16:34
    728x90

    <웹 구성요소>

    URI : 전체정보 ex)https://ain0804.tistory.com/manage/newpost/?type=post&returnURL=%2Fmanage%2Fposts%2F

    URL : ? 전까지  ex)https://ain0804.tistory.com/manage/newpost/

     

     

    <HTML>

    <!DOCTYPE html> --문서의 형식을 나타냄
    <html>
              <head>
     		<title>나의 웹 페이지</title>
              <head>
              <body>
    	         <p>안녕하세요. 웹프로그래밍 기초</p>
              <body>
    </html>

    <Notepad++ 설치하기>

    설정->환경설정->변경해주기

     

    만약에 링크 추가하고 싶으면 실행에 실행눌러서 이거 추가해주면 된다.

    "C:\Program Files\Google\Chrome\Application\chrome_proxy.exe" $(FULL_CURRENT_PATH)

    그외에 단축키 변경/명령 삭제 들어가서 변경할 수 있다.


    <요소>

    <속성>

    <주석>


    <!DOCTYPE html>
    <html>
       <head>
         <title>HTML 만들기 </title>
       </head>
       <body>
         <h1>Welcome to the Web Programming!</h1>
         <img src="다운로드.jpg">
         <p>
         언제든지 오셔서 질문이 있으시면 올려주세요!
         <em>여러분을 환영합니다</em>.
         </p>
         <h2>내용</h2>
         <p> HTML5, CSS, Javascript, jQuery, SQL, JSP, ... </p>
        </body>
    </html>

     

    728x90

    'HTML' 카테고리의 다른 글

    input2-22.04.04  (0) 2022.04.04
    audio,video,form양식,input,한글깨짐-22.04.04  (0) 2022.04.04
    span, div-22.04.04  (0) 2022.04.04
    HTML-22.03.25  (0) 2022.03.25
    HTML2 설치하기-22.03.24  (0) 2022.03.24
Designed by Tistory.