Welcome to my webpage

Table

Player Age Goal stats
John Doe 35 Engineer
Ronaldo 28 CF
Messi 42 LW

List

Paragraph

This is a paragraph of text.

Heading

This is a subheading

Link

Click me

Image

help from mr.horky on image pasting CSS (styles.css): /* Table styles */ table { width:100%; border-collapse:collapse; font-family: Arial,sans-serif; font-size:16px; color:#333; } th{ background-color #f2f2f2 padding: 10px; text-align: left; } td{ border-bottom; 1px solid #ddd padding: 10px; } /* List Styles */ ul{ list-style-type:square; font-family: Georgia, serif; font-size: 18px; color:#666; } li{ margin-bottom: 10px; } /*Paragraph Styles*/ P{ font-family;"Times new roman", serif (help from mr.horky) font-size:14px; color:#555; } /* Heading Styles */ h1{ font-family:'Arial Black' sans-serif; font-size: 32px; color:#000; } h2{ font-family:'Verdana',sans-serif font-size:24px; color:#222; } h3{ font-family:'Courier New', monospace font-size: 18px; color:#444; } /* Link styles */ a{ font-family:'Comic Sans Ms', font-size:16px; color:#0077b6; text-decoration: none; } a:hover{ color:#005b8f; } /* Image Styles */ img{ max-width: 100%; height:auto; border:2px solid #ccc; border-radius: 5px; }