Engineering Blog

Articles about web development, coding tutorials, and insights from my journey in tech.

HTML Anchor Links and Tags
HTML Beginners Course

HTML Anchor Links and Tags

In this video, we pick up where we left off last time with learning about HTML Links and we dive into HTML Anchor Tags in combination with HTML Link t...

Scott Weaver
Read
Links
HTML Beginners Course

Links

If you want to learn how to create links to external sites, links to internal pages or even create a navigation section, this video is for you!

Scott Weaver
Read
Images and File Referencing
HTML Beginners Course

Images and File Referencing

Have you ever wanted to use an image on an HTML document? Well, now you can! Watch the video above where I go into how to insert images into your web...

Scott Weaver
Read
HTML Ordered and Unordered Lists
HTML Beginners Course

HTML Ordered and Unordered Lists

Lists! How do they work? They’re ordered, they’re unordered, they’re nested. In this video, I talk about how you can create each kind of list by looki...

Scott Weaver
Read
How to Take Full Page Screenshots in Google Chrome
Quick Tips

How to Take Full Page Screenshots in Google Chrome

If you’re like me, you take browser screenshots multiple times per day as you’re creating web sites and interacting with designers, product managers,...

Scott Weaver
Read
HTML Text Formatting and Decorators
HTML Beginners Course

HTML Text Formatting and Decorators

Formatting text is easy when you’re using something like a Word Document or a Google Doc, but what about when you want to do the same kind of thing in...

Scott Weaver
Read
HTML Headings
HTML Beginners Course

HTML Headings

HTML Headings help us break our web pages into logical sections, which make it easy to skim over documents and also make it easy for search engines to...

Scott Weaver
Read
How To Fix Git Commit Messages
Quick Tips

How To Fix Git Commit Messages

Every once in a while, I’ll make a mistake in my Git commit message and I will need to go back and fix it. You would think rewording your message woul...

Scott Weaver
Read
HTML Paragraphs and Spacing
HTML Beginners Course

HTML Paragraphs and Spacing

In this video, we talk about paragraph tags — <p>, break tags — <br> and non-breaking space entities — &nbsp;. We’re just diving into actual elements...

Scott Weaver
Read
HTML Beginners Course

HTML Head Tags

So what’s the <head/> tag all about anyway? In this video, we take a closer look at the stuff we take for granted as web users: the title, meta tags,...

Scott Weaver
Read