Attribute Selector
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "vieport" content = "width=device-width, initial-scale=1.0" > < link rel = "stylesheet" href = "CSS_tutorial/style_six.css" > < title > Attribute selector </ title > </ head > < body > < h2 > Links < h2 > < a href = "https://google.co.in" > Google India </ a >< br > < a href = "https://google.co.uk" > Google Uk </ a >< br > < a href = "https://flipkart.com" > Flipkart </ a >< br > < a href = "facebook.com" > Facebook </ a >< br > ...