Primary Navigation
Want to create or adapt books like this? Learn more about how Pressbooks supports open publishing practices.
Book Contents Navigation
Introduction
3.1. Learning HTML
3.2 Basics of the Basics for Website Building with HTML
3.3 Helpful Tips for Beginners: Identifying Common HTML Mistakes
3.4 Mean What You Say: A Discussion About the <em> Element of HTML
3.5 To Boldly Code: the HTML strong Tag, the b Tag, and You
3.6 HTML: an Important Skill to Learn and Practice
3.7 Five HTML Tips Every Blogger Should Know
3.8 We Should Use HTML Comments More
3.9 Where Do I Start Learning More About HTML, CSS, and JavaScript to Design My Own Blog Theme?
3.10 Why HTML?
3.11 Presenting Information with Clarity
5.1 HTML Images Made Simple
5.2 A Basic Look at an HTML Image Element
5.4 Adding Images in HTML
5.5 The Hero Image
5.6 Imaging Imaging Imaging: HTML Imaging
5.7 Common Web Image Formats and When to Use Them
5.8 Inserting Images in HTML: It Matters for Artists too!
5.9 The Basics of Alt Text
5.10 Creating Images with CSS
5.11 Use CSS to Enhance Your Images with Special Effects
1. 5.12 Why Some Images Load Slower Than Others
5.13 Image Optimization: Compressing Files to Save Space
2. 5.14 Web Design Image Optimization
3. 5.15 The Difference Between Lossy and Lossless
5.16 Eight must have graphics for blogging
6.3 Embeding Audio/Video in HTML for beginners
6.4 Guidelines for adding Video and Audio Elements to your Website
6.5 What to Consider When Adding Video to Your WordPress Website
6.6 (Video) Avoid these 4 Mistakes When Adding a Video to Your Blog
6.7 The Benefits of Adding Video to Your Website
6.10 Adding Captions to Videos in WordPress: Not as Easy as I Thought...
6.12 Autoplay is an Accessibility Nightmare
6.13 The Element of Video on the Web
6.14 Using HTML to Add Audio and Video to Your Website also with Soundcloud!
6.15 JavaScript: Not for Beginners?
6.16 Using iFrames Consciously
6.17 Thoughts on Audio and Video
7.2 Basics of HTML Tables, and Why Not to Use Them
7.3 Tables: To Be or Not to Be
7.5 Crafting HTML Tables
7.6 HTML Tables: A Comparison of a Paid and a Free Tutorial
7.7 Make Your HTML Tables Stand Out
7.8 Using Free Templates to Create Tables on HTML and CSS!
7.9 HTML Tables: What You Can Learn from My Email Disaster.
7.10 Getting Creative with Responsive Tables
7.11 How to Design an Efficient Table for Your Website
7.12 HTML Tables in Living Color
7.13 Making HTML Tables Accessible
7.15 Tips to Make Accessible Tables
4. Web Forms: No Spam
1. Why Should You Care About eBooks?
2. Benefits of an eBook
3. Basics, and not so basics, of eBook Publishing
4. How to Publish an eBook
5. Five Steps To Get Your eBook Published on Kindle
6. Making Moula with E-Books
7. What NOT to do When Writing Your E-book
8. Mistakes to Avoid when Creating an eBook
9. Designing Your eBook: Choosing Between Affinity Publisher and Adobe InDesign
10. An Ebook for All - How You Can Start Incorporating Accessibility in Your Adobe InDesign Ebook
11. Three Tips for Making An Accessible Source Document for Your eBook
1. A Brief Overview of 3 Hosting Types
2. Best WebHosting Sites in 2021
3. The Cost of Web Hosting: Do Your Research Before You Choose
4. Web Hosting with WordPress
5. Hosting a Worpdpress.org Site on Godaddy.com
6. What is Hosting and How Can It Be Used for an Artist's Website? Beginners' Guide!
7. The Difference Between WordPress.com and WordPress.org
8. Why WordPress.org is Actually Really Awesome.
9. Setting Up WordPress
10. More Plugins for the Modern Business Site
11. E-commerce Plugins for Fun and Profit
1. Starting Usability Testing
2. Usability Testing on Your New Website!
3. Why YOU Should be Doing Usability Testing
4. It is as easy as 1-2-3!
5. Save the Baby, Not the Bathwater: Tweaking and Usability
6. Can You Find Your Way Home?
7. Take Time to Usability Test
8. The Benefits of Usability Testing for a Business Website
There are two HyperText Markup Language (HTML) elements related to italicized words, <em> and <i> . My focus for this article is on the <em> element because it relates to an italicized word I included in a previous blog post. But what is the <em> element, and why is it important?
<em>
<i>
I’ll start by explaining that I have little to no HTML experience. In fact, I used to think HTML was an abbreviation for Hotmail. Yeah, go ahead and laugh. There has been only one instance where I have changed HTML coding. I had to remove a URL link on a Blackboard discussion forum for my Texas Government class. To be clear, I had no concept of what I was doing. My husband helped me find the HTML code screen then told me to “delete everything starting at the less-than symbol next to the letter a, and stop when you get to the greater-than symbol.” Fast forward to my current class, Publishing for the Web, and I now understand the meaning of the acronym. What I also learned is that there are specific elements within HTML to help one express their content more clearly.
As I mentioned, my previous blog post, “Can You Find Your Way Home?,” included a sentence containing an italicized word. I typically do not place emphasized words in my writing, other than article or book titles. So, I was proud of myself for stepping outside the realm of my usual writing style, even though it was only for one sentence. The image below contains a screenshot of the sentence I’m referring to.
My purpose for italicizing the word can, was to express a bit of enthusiasm. I was excited to learn that usability testing was less complicated than I initially thought. Still, I was not excited enough to warrant the use of an exclamation point.
When viewing written content online, one can usually discern whether an italicized word is meant to express emotion or call attention to the title of literary works or websites. But what happens when someone uses assistive technology, such as a screen reader, to engage with your content? How can you be sure your end-user receives the intended meaning of your message? This is where the HTML element <em> comes into play.
Facundo Corradini, a front-end developer and CSS specialist, describes <em> as being “one of the most important text-level semantic tags.” Corradini’s article, “You’re using<em> wrong. And I am too. And so is everybody else,” published October 25, 2018, explains the significance of <em> and why it is often misused. He states that “<em> is for stress emphasis”, and he provides the following explanation:
Stress emphasis is the phonetic resource of changing pitch and/or dragging the word to denote a special meaning to it. It marks a word in a way that changes the meaning of the whole sentence. It’s used for a correction, clarification, sarcasm, the key part of a counter-argument, etc.
In addition to the four uses described in his definition, Corradini also notes that stress emphasis can be used to “communicate the higher importance of a word.” His article provides a list of examples, showing the use of each of his suggestions.
Jen Simmons, a designer and developer advocate at Mozilla, also describes an example of <em> tag use in her 2020 LinkedIn Learning course, HTML Essential Training. Within the course, you can find her discussion of the <em> tag in the Bold and Italics segment of Section 2: Formatting Text. Simmons’s discussion piqued my curiosity about using the <em> element; I was interested to see if the sentence I wrote in my previous blog had the correct HTML markup.
When I initially typed the sentence, I italicized the word can by clicking the Italic button on WordPress’s block editor menu bar. So, I assumed the HTML markup would show an <i> element around the word instead of <em> . But, as you can see in the screenshot below, the HTML markup for my sentence is correct.
Although the HTML code is correct for this particular instance, the fact that WordPress chooses <em> over <i> is part of Facundo Corradini’s argument in “You’re using <em> wrong. And I am too. And so is everyone else.” WordPress uses <em> any time you click the Italic button in the block editor. Corradini explains that having no distinction between <em> and <i> removes the semantics from your content. When you ignore semantics, the exact meaning of our message may get lost somewhere along the way.
The <em> HTML element is certainly not the only code used to convey meaning within online content. I chose to focus on this particular element because it was relevant to something I had written. My goal of studying HTML, and web publishing in general, is to become a better communicator. Chances are, if you’re reading this blog, you share a similar goal. Corradini’s article provides serval examples of when you should and shouldn’t use <em>. I encourage you to review your own blog posts or online content. Does that content contain italicized words? If so, do those words have the correct HTML tag next to them? If not, consider making a change.
Note: This chapter is a revised version of a blog post titled, “Mean What You Say: A Discussion About the <em> element of HTML,”on The Netizen Praxis.
Previous/next navigation
Publishing for the Web Copyright © by TCOM 3335 (Spring 2021 and Fall 2022) at UHD is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.