I used to use it all the time.
Printable View
I used to use it all the time.
Especially when handling reports.
Then again, we really don't have much spam anymore.
Not since CloudFlare was introduced
Pretty wild how effective it seems to be.
Then again, it wouldn't surprise me if spammers figured out a way around it.
Like the bad kid in class: will put in so much work just to not do any schoolwork.
Of course I was that bad kid in class a couple of years/classes.
I'm working on an HTML tutorial.
It's going to be in the same style/format as my VbLessons tutorial in my signature.
Take a wild guess at what it'll be called.
HtmlLessons
Go figure, huh?
It's coming along quite nicely.
I've done:
- Chapter 1. The Basics
- History
- Documents
- Comments
- Debugging
- Chapter 2. Head
- Head Element
- Title
- Character Set
- Viewport
- Meta Tags
- Favicons
- Linking Stylesheets
- Chapter 3. Text Contents
- body Element
- Headings
- Paragraphs
- Line Breaks and Horizontal Rules
- Formatting
- Inline Text Elements
- Exercise
- Chapter 4. Grouping
- Semantic Containers
- Non-Semantic Containers
- Lists
- Chapter 5. Navigation
- Anchor Element
- Absolute vs. Relative
- Fragment Identifiers
- Anchor Prefixes
- Chapter 6. Images
- Image Element
- Figures
- Exercise
And now all I have left is:
- Tables
- Forms
- Accessibility (e.g., ARIA)
It doesn't get into CSS at all.
Basically, I'm teaching people how to build boring documents.
Which is why Tim Berners-Lee originally developed HTML in the first place.
By the way, I consistently wrap abbreviations in the abbr tag.
I think it would've been quicker for me to develop a macro that automatically typed out
Then me manually typing it out every time (or copying/pasting).Code:<abbr title="Hypertext Markup Langauge">HTML</abbr>