Introduction to CSS
forward
In the previous post, we have learned how to use the style tag, link tag, and script tag. In this post, we will learn how and why we use the class attribute and id attribute?
forwardIn the previous post, we have learned the difference between the class and id attributes and why/when we use them. In this post, we will do an exercise utilizing the knowledge that we have already learned in the previous lessons.
forwardIn the previous post, we have presented an exercise to validate the knowledge learned in the previous course episodes/posts. In this post, we will learn about Meta Tags and why/how we use them on an HTML page.
forwardThe iFrame tag tag is used to show other websites on your own website in a frame. The other website can only be shown on your website if that website allows embedding features. The source attribute src is used to add the URL of the external website.
forwardThe block or block-level elements/tags are those HTML tags that 1) cover the 100% available width on the screen and 2) always start from a new line. The inline elements/tags cover only the width required by the inner content of the tag and start from where the previous inline element is completed.
forwardIn the previous post, we have learned about the difference between block and inline elements. In this post, we will learn about the form and input tags as well as the placeholder attribute of the input tag.
forwardIn the previous post, we have learned about the form, input, label tags, and the placeholder attribute. In this post, we will learn about the name attribute, form action, and method attributes.
forwardIf you are using SCEditor as a rich text editor in your Angular/React application and you are trying are seeing that the iFrame tag is removed from the editor then I have a solution for your problem.
forwardIn the previous post, we have learned how to add a line break, strong and italicized text, div and span tags, and style attributes. In this post, we will learn how to use style tag, link tag, and script tag and why we use them?
forward