Skip to content

Styling Using CSS

noobpentester09 edited this page Jan 27, 2020 · 1 revision

Instead of providing same style for diffrent Tags, Using CLASS attribute can reduce code. The class name must be provided and the class name is used to provide styling with a (.)prefix

Declaring a class Class = "Class_Name"

Using a Class = <style> .Class_Name {Width:200px; Height:200px;}</style>

Clone this wiki locally