Web FB Bootcamp

HTML Links

주스 JUICE 2022. 3. 30. 21:20
728x90

a = anchor

href = hypertext reference

 

 

a href = "http://www.google.com

</a>로 닫아주는 거 잊지 말기

 

 

http와 https의 차이 = secure

 

http = insecure

hppts = secure

 

 

Either on of those is gonna work and will take you to another website

 

 

Google 누르면 해당 사이트가 구글사이트로 이동됨!

 

 

링크 옆에 스페이스하고 target="_blank"하면

새로운 웹페이지로 켜짐

 

we have these additional items that are showing up inside of our tags = attributes(as descriptions)

 

tags are nouns, things

attributes as descriptions of those things

 

 

target_blank will open it in a new window

 

 

 

 

 

whole new web page

 

File -> New File

 

put in some info on this web page too

 

copy over hobbies part

 

copy that over from this page into the other one

 

 

 

we'll wind up linking these two pages together,

once you've gone ahead and put some stuff on another page

 

 

해당 내용 copy 해서 붙여넣고 <h1>으로 바꿔주기

 

이렇게 한 줄이 너무 길 때는

 

 

보기 -> 자동 줄 바꿈!

View -> Toggle Word Wrap

 

 

깔끔 한 페이지 안에 들어옴

 

homepage는 항상 index.html

 

 

 

 

It probably makes more sense at the bottom of the page,

in terms of the content.

But top OK

 

코드만 같으면 상관 없음

 

 

paragraph 사이

a href="hobbies.html"

 

 

 

 

이렇게 하면 새 창으로 띄워짐

728x90

'Web FB Bootcamp' 카테고리의 다른 글

HTML images  (0) 2022.04.02
HTML Headings  (0) 2022.03.31
Creating my first HTML page(2)  (0) 2022.03.30
Creating my first HTML Page(1)  (0) 2022.03.29
HTML을 위한 VS Code Setup  (0) 2022.03.29