This quarter in ICT has been exciting and fun because I learned so much about HTML and how websites are made. At first, I didn’t know much about coding, but now I feel like I can create simple web pages on my own as well as sharing my experiences and learnings to others.
We started by learning how to make an HTML file. It was interesting to find out that you just need a text editor like Notepad and save the file with a .html extension. Next, we learned about the basic parts of HTML, like angle brackets (<>) and tags. I discovered that some tags, like <br> and <hr> that don’t need an end tag called container tags, but others, like <p> and </p>, need both a start and an end tag to work.
We also learned about heading tags (<h1> to <h6>), which allow us to create text of different sizes depending on the level of importance. These tags help organize a webpage and make it easier to read. HTML attributes were also introduced, such as the target attribute for hyperlinks and style-related attributes that let us customize fonts, colors, and other properties.
Adding images to a webpage was another valuable lesson. We learned how to manipulate the size and alignment of images using attributes like width, height, and alignment. This gave us more control over the appearance of the page and made it more visually appealing. In line with adding images, we also explored how to use background colors and images to add creativity and personality to a web page. Hyperlinks allowed us to connect different pages, and tables helped organize data in a clear and structured way.
Finally, we discussed frames, which are used to divide a webpage into sections that can display different HTML files. They were very tricky to understand how they split into rows and columns but through thorough examination of the given tasks given to us, I managed to understand how it really worked.
Overall, this quarter helped me understand the foundations of HTML and develop skills that I can use to create simple web pages.
REFERENCE/S:
https://www.udacity.com/blog/wp-content/uploads/2020/06/HTML_Blog-scaled.jpeg
https://www.ionos.co.uk/digitalguide/fileadmin/DigitalGuide/Teaser/html-tagst.jpg