Search

0107_nbsp

대분류
HTML1 기본태그
소분류
HTML1
영상
개념
<!DOCTYPE html> <html lang="ko"> <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> <!-- 공백을 처리 : &nbsp; none break spacebar -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;녕하세요 </body> </html>
HTML
복사