Skip to content

Instantly share code, notes, and snippets.

@nm-scripts
Created January 23, 2020 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nm-scripts/1f556d445c722bdc17b6f9399c607965 to your computer and use it in GitHub Desktop.
Save nm-scripts/1f556d445c722bdc17b6f9399c607965 to your computer and use it in GitHub Desktop.
HTML Tutorial » HTML Text Color Style. Adding HTML Text Color Style using CSS inline - examples. https://www.agernic.com/html-tutorial/html-text-color-style.html
<!DOCTYPE html>
<html>
<head>
<title>HTML Text Color Style using CSS inline</title>
</head>
<body>
<h1>HTML Text Color Style using CSS inline</h1>
<span style="color:#0033FF">Here add your text color style in line #0033FF (blue)</span>
<p style="color:#FF0000">example - Here add your text color style in line red #FF0000</p>
<p style="color:red">Example - This is my text color style red</p>
</body>
</html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment