[HTML] Day 1: The beginning
11/17/2019 - Productive weekend ๐
Reference: ์ํ์ฝ๋ฉ ์ ํ๋ธ
- HTML Editor
- How to use Atom
- Create a file (directory) name "web" in your desktop
- In Atom, file --> Open Folder --> select folder "web"
- Right click web --> New File --> create 1.html
- Open 1.html as webpage: Ctrl + O --> select 1.html
- If it does not open automatically, drag the file to already opened weblpage
- Start coding with HTML
- In Atom under 1.html start to write any text
- Save it: Ctrl + S
- Lets make bold word by using tag <strong> </strong>
|
|
- Now that I know a tiny bit of HTML code, I want to see how my favorite websites are built?
- Open any of your favorite website and right click --> view page source