As first, teacher was giving me a website to study which is w3schools.com
This is the first code the website give me and i try to replace the text and run on it.
The first tutorial the website ask me to do is to write a code on a notepad and save it. Then opened it on a browser.
I feel so happy because it is my first time to learn about code, know how it works and actually run it.
I learn how to use code for title or heading such as <h1> is use for the most important text and also the biggest size. <h2> and all the <h> bellow will decrease as it not an important text and get smaller.
I also learn how to write a paragraph using code which is <p>
I know how to add a link using the <a>
At the end of the day i learn that to write code, every html need the <!DOCTYPE html> at the beginning then <html>. <h1> is use for the title, <p> is to write a paragraph, <a> is for insert link.
But the most important is the html tags is in pair like if i have the <h1> for the start, at the end i have to put </h1> to end the text.