In the next lecture, we were introduced to more complicated coding.
We were introduced to adding tables, links, images and lists to the coding. We were taught to open the source code of any page on the web (which is super cool) and also to identify certain HTML features and know how they affect what is displayed in the browser window.
Adding a hyperlink seemed straightforward in the start but i
When we were introduced to internal links, external links and opening a link in the new page..I I found it slightly tricky to remember. So I am still trying to grasp this through practice!
Next step was to add the images, don't we all agree that webpages full of text are boring. I'd say the best websites have lots of images! We learnt to add an image using the <img> tag and it's the only element that doesn’t require a closing tag.
Within the given tasks for the lab we practiced to add the list in the html, in this tricky part was the nesting within the list - this means we can have lists within lists.
We learnt plenty of new tags in this lecture which seemed overwhelming at that moment as I am completely new to all this but I am finding it fascinating that there's so much we can do, and I am eager to learnt more each day now!