본문 바로가기

교육/2022 모각코 코뮤니티 2월과정 - js

모각코2월-JS-1일차-챗봇

<!DOCTYPE html>
<html lang="kor">
    <head>
        <meta charset="UTF-8">
        <title>oneday</title>
        <link rel="stylesheet" type="text/css" href="one.css"/>
    </head>
    <bodY>
        <div class="text">지냥이</div><br>
        <div class="img"><img src="지냥이.jpg" width="200"/></div><br>
        <div class="input">
        <input type="input" placeholder="지냥아!"><br><br>
        <button>냥</button></div>
    </bodY>
</html>

HTML

 

.text{
    width: 500px;
    text-align: center;
}
.input {
    width: 500px;
    text-align: center;
  }
.img{
    width: 500px;
    text-align: center;
  }

CSS

 

결과물