You are on page 1of 1

MARKING UP TEXT IN HTML

Once your content is ready to go (you’ve proofread it, right?) and you’ve added
the markup to structure the document (, html, head, title, meta charset, and
body), you are ready to identify the elements in the content. This chapter
introduces the elements you have to choose from for marking up text. There
probably aren’t as many of them as you might think, and really just a handful
that you’ll use with regularity. That said, this chapter is a big one and covers a
lot of ground. As we begin our tour of elements, I want to reiterate how
important it is to choose elements semantically—that is, in a way that most

m
er as
accurately describes the content’s meaning. If you don’t like how it looks,

co
eH w
change it with a style sheet. A semantically marked-up document ensures your

o.
content is available and accessible in the widest range of browsing
rs e
ou urc
environments, from desktop computers and mobile devices to assistive screen
readers. It also allows non-human readers, such as search engine indexing
o

programs, to correctly parse your content and make decisions about the relative
aC s
v i y re

importance of elements on the page. With these principles in mind, it is time to


meet the HTML text elements, starting with the most basic element of them all,
ed d

the humble paragraph.


ar stu
sh is
Th

This study source was downloaded by 100000828198077 from CourseHero.com on 10-20-2021 13:31:15 GMT -05:00

https://www.coursehero.com/file/108325883/MARKING-UP-TEXT-IN-HTMLdocx/
Powered by TCPDF (www.tcpdf.org)

You might also like