HTML 31 <pre> 태그를 사용하여 입력한 그대로 화면에 표시

프론트엔드/HTML|2021. 4. 3. 11:11
Document

<pre >태그

 
        
                                HTML5 & CSS3 & JavaScript & JQuery 
        
                               < 구독한번 해주세요 ^^>
     

©초보개발자®2021
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>
<body>
  <header>
    <center><h2>&lt;pre &gt;태그</h2></center>
  </header>
  <section>
    <article>
      <pre> 
        
                                HTML5 & CSS3 & JavaScript & JQuery 
        
                               < 구독한번 해주세요 ^^>
     </pre>
    </article>
  </section>
  <hr size="10"align="left"width=90% noshade="noshade"></hr>
  <footer>
    <small>&copy;초보개발자&reg;2021</small>
  </footer>
  
</body>
</html>

댓글()
구독