What is coding? (Along with html)

Coding is a command or set of instructions that you give to the computer. You may think the computer is smarter than you but it is clueless without a command. There are many resources available on the web for coding. I started coding when I was 7 years old and so far I’ve learned different languages such as python, scratch, java script. The python language in particular gave me sense of what is computation, and how python fits in to the mathematical operations, understanding of variables and types of python operations. The coding language overall helps me understand how the logic of command works, what syntax to use when, how compiling codes may give you results that you were anticipating. As I said above, computer gets as good as you code it – the better the code, results will be better as well.

If you are new to coding, you can go to these sites to learn about coding:

  1. Khan Academy
  2. Code.org
  3. Codeacademy.com
  4. tynker.com
  5. MIT OCW (opencourseware)

Besides coding, I also work on arduino projects. I’ve worked on arduino boards and I’ve done several projects using the board such as;

motion detection

keypad door entry

light sequence

controlling servos with a joystick

controlling DC motors

etc;

Hi! Recently I started learning HTML to make a webpage. So far, I know how to : make a page, add headers, add bodies, add fonts, add text, and add images. On this page im going to be showing you guys what I learn and how to do it.</p>
<!– /wp:paragraph –>

Step one: file set up

When you first start a html wepage, you must provide it a location. I located mine in a coding folder, but it can go under any folder you want. Then, create a file under that folder named “index.html”, Now your website portal is set up.

<!– wp:image {“id”:3891,”sizeSlug”:”large”} –>
<figure class=”wp-block-image size-large”><img src=”http://furqanshah.com/wp-content/uploads/2021/04/image.png” alt=”” class=”wp-image-3891″/></figure>
<!– /wp:image –>

<!– wp:paragraph –>
<p>Now, lets set up the portal to the notepad, there can be many apps used for html code, but I am using notepad. To open notepad, right click on the file, then press “open with”, once that is done, click the notepad app. Now you should have a blank notepad canvas, this is where all your code is going to be. **make sure to always save every code you write, there is no auto save***</p>
<!– /wp:paragraph –>

<!– wp:image {“id”:3893,”sizeSlug”:”large”} –>
<figure class=”wp-block-image size-large”><img src=”http://furqanshah.com/wp-content/uploads/2021/04/image-1.png” alt=”” class=”wp-image-3893″/></figure>
<!– /wp:image –>

<!– wp:paragraph –>
<p>Step two: the code!</p>
<!– /wp:paragraph –>

<!– wp:paragraph –>
<p></p>
<!– /wp:paragraph –>