Conquer HTML Ep[9]: Course Finale
Wrap Up: Congrats on getting this far in the Conquer HTML series! So far you have learnt a lot about HTML basics. To sum it up, you have learnt: What…
Wrap Up: Congrats on getting this far in the Conquer HTML series! So far you have learnt a lot about HTML basics. To sum it up, you have learnt: What…
What are div tags? In previous episodes, we have learnt that we use tags like h, p, img, etc to signify the purpose of that piece of code. For example,…
Lists: Lists are a bunch of similar elements grouped together. There are two types of lists in HTML, ordered lists and unordered lists. Ordered lists are sequential lists which have…
Links: While browsing the web, you might have come across blue underlined texts that take you to a target page when clicked. These are called as links and they are…
What are comments? Suppose you code a website today and go on a long vacation. There are chances that when you return to developing your website, you would have forgotten…
What are attributes? HTML attributes are some extra information provided inside the starting tags, they provide some additional features to the HTML tags. Examples: <img> tag is used to insert…
Episode [0] Introduction: HTML (Hyper Text Markup Language) is the most basic language of web development, it is used in almost every website. You can imagine HTML as a skeleton…