Text and Images from Slide
Basic Tags
- Each heading should have its own Hx Tag where X represents the heading level. For example, H1, H2, H3 and so forth.
- If a heading spans two lines, both lines should be in a single Hx Tag.
- Each Paragraph should have its own <P> Tag, even if each line of the paragraph initially has its own <P> Tag.
- Drag all lines of a paragraph under a single <P> Tag.
10