Skip to content

Coder Tutorial

Menu
  • Home
  • HTML
  • CSS
  • PHP
  • SQL
  • MySQL
  • JS
  • PL/SQL
  • Python
  • Java
  • Oracle
Home
CSS
Links

Links

On CSS Links you can set the following properties:

Links example:

  • a:link
  • a:visited
  • a:hover
  • a:active
<html>
<head></head>
<body>

The CSS Tutorial website link.

</body> </html>

Links result:



The CSS Tutorial website link.


Tutorials

  • CSS Tutorial
  • Text Align
  • Text Transform
  • Text Decoration
  • Text Indent
  • Line Height
  • Word Spacing
  • Font Style
  • Font Size
  • Font Family
  • Background Color
  • Links
  • List Style Type
  • Table Border
  • Table Collapse Border
  • Table Width and Height
  • Border
  • Margin
  • Padding
  • Height and Width
  • Text

Recent Posts

  • Java Polymorphism
  • Java Encapsulation
  • Java Abstraction
  • PostgreSQL ERROR: cannot begin/end transactions in PL/pgSQL
  • PostgreSQL Column must appear in the GROUP BY clause
  • PostgreSQL Column specified more than once
  • PostgreSQL Create database, Alter database examples
  • PostgreSQL Create schema syntax, Alter schema
  • PostgreSQL Create database user, alter and drop username
  • PostgreSQL Alter table name. Modify column name
Coder Tutorial Copyright © 2026. | Privacy Policy
Back to Top ↑