Home » Uncategorized

Category: Uncategorized

Post
Using IDs & CSS Classes – CSS

Using IDs & CSS Classes – CSS

Using IDs to Reference HTML Elements We can apply CSS styles to a particular HTML element by referencing it with some ID. We give IDs to HTML elements using attribute id. Let’s give h1 element some id. We can use this ID to give style to this particular element. Here is what our code will...