Looking to imply CSS (Cascading Style Sheets) text decorations your webpage to give it a more personalized feel? Providing that you already know where and how to imply the code, you can use the following codes to assist you. If you don't have a clue where to start, try submitting a comment to this post, and I will attempt and see if I can help you out.
A basic CSS code where a text decoration can be applied would look something like the following.
text-decoration: command;
The decoration is applied by replacing the bold "command" text above with a command code.
For example, if you replace the the bold text with "underline" the result would be the text the coding is applied to being
underlined.
Below you will find a list of simple tags to apply to the code above to create text decorations. Good luck and happy coding.
Strikethrough | line-through |
Comments
Post a Comment