[HTML] Day 7: Learning more HTML Tags - 1: Anchor & CSS and more
 
       HTML Specification 설명서 (W3C)    <a></a> =  Anchor = link?     I use Link  icon all the time. Anchor tag allows to add hyperlink             What I learn from this?               - href is Hyper Reference              - <a href="">OOO<a/> 요런식으로 들어야함. 제대로 안 넣었더니 링크가 안달림 ㅠㅠ     Can I open this link as new tab? target="blank"           What is tool tip? It allows to see preview of that link                     All rights and reserved  생활코딩    I screenshot the webpage layout example from  생활코딩           Somehow my code was not saved at this point I will copy simple code from 생활코딩 and will work my way up as it goes.       At this time I want to put the link to each title and I will use anchor <a href=""></a>           WEB, HTML, CSS, and JavaScript will contain each different contents and I will duplicate for each link           For each html file will contain different c...
 
 
 
 
 
 
 
 
