Web Foundations/Inline Elements
This lesson introduces HTML text elements.
Objectives and Skills
editObjectives and skills for this lesson include:[1][2]
- Use the most current version of Hypertext Markup Language (HTML5) to create Web pages.
- Design Web pages to industry standards.
Readings
editMultimedia
editExamples
editBold
editSet font to boldface where possible.[3]
<b>text</b>
Example: text
Italic
editSet font to italic where possible.[4]
<i>text</i>
Example: text
Strong
editStrong emphasis (conventionally displayed bold). An aural user agent may use different voices for emphasis.[5]
<strong>text</strong>
Example: text
Emphasis
editEmphasis (conventionally displayed in italics). An aural user agent may use different voices for emphasis.[6]
<em>text</em>
Example: text
Code
editA code snippet. Conventionally rendered in a mono-space font.[7]
<code>text</code>
Example:
text
Line Break
editA forced line break.[8]
text<br>more text
Example:
text
more text
Activities
edit- Complete the tutorial TutorialsPoint: HTML Formatting
- Complete the tutorial TutorialsPoint: HTML Phrase Tags
Key Terms
edit- bold tag
- character set
- em tag
- fixed-width font
- inline element
- strong tag
- text-level element
- see inline element
- Unicode
See Also
editReferences
edit