Basic Html Tags Paragraph Tags Tag: <p> </p> (Has a closing tag) </> means closed. What it Does: Puts 2 breaks between lines of text. Attributes: Align=left, right, center Code Example: 1. <p align=left> This is a paragraph tag </p> 2. <p align=right > This is a paragraph tag </p> 3. <p align=center > This is a paragraph tag </p> What it looks like: 1. This is a paragraph tag. 2. This is a paragraph tag. Break Tags 3. This is a paragraph tag. Tag: <br> (Has no closing tag) What it Does: Puts a one line break between text. Code Example: This is a break tag. <br> This is another break tag. What it looks like: This is a break tag. This is another break tag. Bold Tags Tag: <b></b> ( Has closing tag) </> means close...
Comments
Post a Comment