Learning HTML Attributes and Linking

1. HTML Attributes

This paragraph has an inline style attribute.

This paragraph has a unique ID attribute.

This span has a class attribute.

This paragraph uses a custom data attribute.

2. Hyperlinks (`` tag)

External Links:

Visit Google for search.

Learn more at MDN Web Docs on HTML Attributes.

Internal Links (within the same site/folder):

Go back to the Basic Structure Lesson (if you've created its `index.html`).

Linking within the same page:

Jump to Attributes Section | Jump to Linking Section | Jump to Image Section

Special Links:

Email me: Send Email
Call us: Call +1234567890

3. Image Inclusion (`` tag)

A beautiful landscape image

An image displayed from the local `images/` folder.

Click the image to go to MDN:

MDN Web Docs Logo