(HTML) 파일 실행시 태그 적용이 안돼요ㅠㅠ

(HTML) 파일 실행시 태그 적용이 안돼요ㅠㅠ

QA

(HTML) 파일 실행시 태그 적용이 안돼요ㅠㅠ

답변 4

본문

HTML 파일을 실행해서 크롬으로 볼 때 태그가 적용이 안된 상태로 보입니다!!

예를 들면 VScode에서 

안녕<strong>하세요</strong>

이렇게 써도 파일을 열었을 때는 모두 같은 크기로 

안녕하세요

이렇게밖에 나오지 않습니다 ㅠㅠ

혹시 해결방법을 아시는 분은 알려주시면 감사하겠습니다!!

이 질문에 댓글 쓰기 :

답변 4

thumb-3422271209_1712556928.7253_730x1298.jpg

 

thumb-3422271209_1712556948.7166_730x1298.jpg

 

이렇게 나오네요 ㅠㅠ 답변 감사합니다!!

[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[

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 0
© SIRSOFT
현재 페이지 제일 처음으로