(HTML) 파일 실행시 태그 적용이 안돼요ㅠㅠ
본문
HTML 파일을 실행해서 크롬으로 볼 때 태그가 적용이 안된 상태로 보입니다!!
예를 들면 VScode에서
안녕<strong>하세요</strong>
이렇게 써도 파일을 열었을 때는 모두 같은 크기로
안녕하세요
이렇게밖에 나오지 않습니다 ㅠㅠ
혹시 해결방법을 아시는 분은 알려주시면 감사하겠습니다!!
답변 4
1. 스샷은요 ?
2. 결과 스샷은요 ?
3. 사용한 코드는 요 ?
[code]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<strong>안녕하세요</strong>
</body>
</html>
[/code[
[code]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<strong>안녕하세요</strong>
</body>
</html>
[/code[
답변을 작성하시기 전에 로그인 해주세요.