질문 2
1. html에는
<head>
<title>Vacation World</title>
<style>
p {
font-family: Arial;
}
</style>
</head>
이렇게 있었는데... css에서 연결해준게 없는데 title이 바뀌는건지?
전체가 바뀌는건지?
ㅡㅡㅡㅡㅡㅡ
추가 공부 내용 중에 element
ㅡㅡㅡㅡㅡ
-> 해결 -> color: black;
아래 4개 이미지 같은 질문 안에서 나온 것
ㅡㅡㅡㅡㅡ 아래 2줄이 정확히 어떤 뜻인지
a width must be set for that element.
Otherwise, the width of the div will be automatically set to the full width of its containing element, like the <body>, for example. It’s not possible to center an element that takes up the full width of the page.
ㅡㅡㅡㅡㅡ
ㅡㅡㅡㅡㅡ
margin: 0; padding:0; 하면 뭐가 달라지는지 차이를 모르겠당..
ㅡㅡㅡㅡㅡ
ㅡㅡㅡㅡㅡ 그래서 CSS 특징이 있다는건지 없다는건지ㅜ.ㅜ?
A browser will render the elements of an HTML document that has no CSS from left to right, top to bottom, in the same order as they exist in the document. This is called the flow of elements in HTML.
In addition to the properties that it provides to style HTML elements, CSS includes properties that change how a browser positions elements. These properties specify where an element is located on a page, if the element can share lines with other elements, and other related attributes.
ㅡㅡㅡㅡㅡ