HTML a element with a style (2024)

Earn income with your HTML skills

Sign up and we'll send you the best freelance opportunities straight to your inbox.
We're building the largest freelancing marketplace for people like you.

A style attribute on an <a> (anchor) tag assigns a unique style to the link.

Its value is CSS that defines the appearance of the anchor element.

A style attribute on an <a> tag.
The link looks like a button.

<a style="background-color: navy; color: white; padding: 7px 10px; " target="_blank" href="https://microsoft.com">Microsoft</a>

Using style

The style attribute specifies the style, i.e. look and feel, of the <a> element.

A style contains any number of CSS property/value pairs, separated by semicolons (;).

The style attribute overrides any other style that was defined in a <style> tag or an external CSS file.

This inline styling affects the current <a> element only.

Syntax

<a style="CSS-styles">

Values

#

Value Description
CSS-styles One or more CSS property/value pairs separated by semicolons (;).

More Examples

A style attribute on an <a> tag.
Clicking the button toggles the background color.

<a id="mylink" style="background-color: navy; color: white; padding: 7px 10px; " target="_blank" href="https://microsoft.com">Microsoft</a><br /><br /><button onclick="toggle();">Toggle style</button><script> let toggle = () => { let element = document.getElementById("mylink"); if (element.style.backgroundColor === "navy") { element.style.backgroundColor = "slateblue"; } else { element.style.backgroundColor = "navy"; } }</script>

Code explanation

The style attribute assigns a background color to the <a> element.

Clicking the button calls JavaScript which changes the background color of the link.

Browser support

Here is when style support started for each browser:

HTML a element with a style (1)

Chrome

1.0 Sep 2008

HTML a element with a style (2)

Firefox

1.0 Sep 2002

HTML a element with a style (3)

IE/Edge

1.0 Aug 1995

HTML a element with a style (4)

Opera

1.0 Jan 2006

HTML a element with a style (5)

Safari

1.0 Jan 2003

You may also like

Back to <a>


HTML a element with a style (7)

Last updated on Sep 30, 2023


Earn income with your HTML skills

Sign up and we'll send you the best freelance opportunities straight to your inbox.
We're building the largest freelancing marketplace for people like you.


Guides

On this page

  • style Attribute
  • Example
  • Using style
  • Syntax
  • Values
  • More Examples
  • Browser support
  • You may also like
HTML a element with a style (2024)
Top Articles
Best NFT Wallets for 2024 (Reviews & Comparison)
Here's How Many Streams It Takes to Equal an Album Sale
Spn 1816 Fmi 9
Zabor Funeral Home Inc
Craglist Oc
Academic Integrity
Pike County Buy Sale And Trade
Weapons Storehouse Nyt Crossword
41 annonces BMW Z3 occasion - ParuVendu.fr
Crime Scene Photos West Memphis Three
Pbr Wisconsin Baseball
Sinai Web Scheduler
Legacy First National Bank
Nexus Crossword Puzzle Solver
Keurig Refillable Pods Walmart
Slag bij Plataeae tussen de Grieken en de Perzen
Cooktopcove Com
4156303136
Dit is hoe de 130 nieuwe dubbele -deckers -treinen voor het land eruit zien
Viha Email Login
Ups Access Point Lockers
Illinois VIN Check and Lookup
Bank Of America Financial Center Irvington Photos
Healthier Homes | Coronavirus Protocol | Stanley Steemer - Stanley Steemer | The Steem Team
Crawlers List Chicago
Shadbase Get Out Of Jail
Kirsten Hatfield Crime Junkie
Timeline of the September 11 Attacks
Hdmovie2 Sbs
Rugged Gentleman Barber Shop Martinsburg Wv
SOGo Groupware - Rechenzentrum Universität Osnabrück
Evil Dead Rise Showtimes Near Sierra Vista Cinemas 16
Cbs Trade Value Chart Week 10
Golden Tickets
Sun Haven Pufferfish
Jr Miss Naturist Pageant
Frostbite Blaster
Why The Boogeyman Is Rated PG-13
Case Funeral Home Obituaries
2700 Yen To Usd
Vocabulary Workshop Level B Unit 13 Choosing The Right Word
Restored Republic June 6 2023
Craigslist en Santa Cruz, California: Tu Guía Definitiva para Comprar, Vender e Intercambiar - First Republic Craigslist
Weather Underground Cedar Rapids
Immobiliare di Felice| Appartamento | Appartamento in vendita Porto San
Blackwolf Run Pro Shop
Sour OG is a chill recreational strain -- just have healthy snacks nearby (cannabis review)
Gli italiani buttano sempre più cibo, quasi 7 etti a settimana (a testa)
N33.Ultipro
Join MileSplit to get access to the latest news, films, and events!
Minute Clinic Mooresville Nc
303-615-0055
Latest Posts
Article information

Author: Domingo Moore

Last Updated:

Views: 5647

Rating: 4.2 / 5 (53 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Domingo Moore

Birthday: 1997-05-20

Address: 6485 Kohler Route, Antonioton, VT 77375-0299

Phone: +3213869077934

Job: Sales Analyst

Hobby: Kayaking, Roller skating, Cabaret, Rugby, Homebrewing, Creative writing, amateur radio

Introduction: My name is Domingo Moore, I am a attractive, gorgeous, funny, jolly, spotless, nice, fantastic person who loves writing and wants to share my knowledge and understanding with you.