ICT QUARTER TWO REFELCTION
As we end off my 2nd quarter journey ICT, I had a lot of things to learn, and predominantly, this was the basic unit of websites being HTML tags. Me and my classmates learned the basics of utilizing HTML tags. Creating simple arrticles, manipulating character attributes, font size, tables, frames and so much more. Getting more and more used to dealing with HTML coding and how it works. Uasge of HTML tags that we will carry on in our minds as we go on with our lives. The first thing we learned about is container tags and stand alone tags. With container tags needing two other kinds of tags, being the start tag and end tag; the start tag indicates where the effect will start and the end tag will indicate where the effect of the tag will end, normally indicated by a slash( / ). To indicate there is the presence of an HTML tag, one will use the angle brackets(>,<), so examples of container tags is <i>, </i>, <u>,</u>, <b>,</b...