A Handful of HTML Tags (Part One): Abbreviations

in html •  7 years ago  (edited)

Introduction

HTML is about information over display, so here are some tags to convey specific types of information.

Abbreviations

If you have an abbreviation this is a useful way to express it, where the browser has an option of how to display it.

<abbr> tag

This tag has a simple syntax, for example:

<p>This would look a lot cooler with
<abbr title="Cascading Style Sheet">CSS</abbr>
you know.</p>

Conclusion

If you learned something new or want and /this to continue, please up-vote, if you have any thing to say, please comment. Thank you for reading

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!