[HTML] Day 1: The beginning

11/17/2019 - Productive weekend ๐ŸŒž


Reference: ์ƒํ™œ์ฝ”๋”ฉ ์œ ํŠœ๋ธŒ


  • HTML Editor
          - Download and install Atom
  • How to use Atom
  1. Create a file (directory) name "web" in your desktop
  2. In Atom, file --> Open Folder --> select folder "web"
  3. Right click web --> New File  --> create 1.html
  4. Open 1.html as webpage: Ctrl + O --> select 1.html
  5. If it does not open automatically, drag the file to already opened weblpage
  • Start coding with HTML
  1. In Atom under 1.html start to write any text
  2. Save it: Ctrl + S
  3. 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






Popular posts from this blog

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

[AWS] Intro to Cloud Practitioner 01

[AWS] AWS Management Interfaces 02