LAB4
LAB4
LAB4
• Example
<p style="color:red;">This is a red
paragraph.</p>
The style Attribute
• <!DOCTYPE html>
• <html>
• <body>
• </body>
• </html>
Text color
• <html>
• <body>
• </body>
• </html>
color of borders
• <!DOCTYPE html>
• <html>
• <body>
• </body>
• </html>
HTML Formatting Elements
• </body>
• </html>
The title Attribute
Example •
• <p title="I'm a tooltip">This is a paragraph.</p>
EXAMPLE
• <!DOCTYPE html>
• <html>
• <body>
• </body>
• </html>