[HTML] Day 7: Learning more HTML Tags - 1: Anchor & CSS and more




<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 contents so I need to create new html files. 
First, use right click 1.html and make duplicate and rename for 2.html and so on

Since 2.html contains information about CSS I will get wiki pages that explain about CSS and add under <p></p>

Refresh my page and Voila!




Did exactly same with 3.html for JavaScript

In result, each category contains contents and works smoothly :) Whoa this is so much fun!


* What I learn from this
- Can still use ctrl + click to each like to select multiple lines and edit at the same time
- CSS is important and I see so many new ideas can be created if I know more CSS code











Popular posts from this blog

[CSS] Day 4: Let's practice - box

[AWS] Intro to Cloud Practitioner 01

[AWS] AWS Management Interfaces 02