
HTML, CSS, and JavaScript Tutorials, References, and Articles
HTML Dog: HTML Tutorials. And Stuff. Everything HTML, CSS, and JavaScript, the most common languages used in making web pages.
HTML Beginner Tutorial | HTML Dog
You might find different approaches elsewhere on the web but HTML Dog focuses on best practice from the outset and getting into the frame of mind of doing things the right way from …
HTML Tutorials | HTML Dog
HTML is where the magic of web page design begins. It isn’t presentational — that’s what CSS is for — HyperText Markup Language is a simple, elegant way to structure content. These …
Tutorials - HTML Dog
Link To Us! If you've found HTML Dog useful, please consider linking to us. CSS Tutorials Presentation. Painting your HTML to make it look nice. CSS Beginner Tutorial: A step-by-step …
CSS Beginner Tutorial - HTML Dog
Link To Us! If you've found HTML Dog useful, please consider linking to us. Contents Applying CSS - The different ways you can apply CSS to HTML. Selectors, Properties, and Values - …
CSS Tutorials - HTML Dog
Link To Us! If you've found HTML Dog useful, please consider linking to us. CSS Intermediate Tutorial Various odds-and-sods building on the basics of CSS. Class and ID Selectors: Make …
Examples - HTML Dog
Stripped-down, bare-bone examples demonstrating various HTML elements and CSS properties. See them in action and tinker — play with the code and watch what happens. Text Headings: …
Getting Started - HTML Dog
Notepad is a common text editor on Windows-based computers (usually found under the Programs > Accessories menu) and Mac OSX computers come bundled with TextEdit but any …
Text | HTML Dog
You can alter the size and shape of the text on a web page with a range of properties. font-family This is the font itself, such as Times New Roman, Arial, or Verdana.
JavaScript Tutorials - HTML Dog
While, generally speaking, HTML is for content and CSS is for presentation, JavaScript is for interactivity. Originally designed for adding small amounts of interactivity to a page (like hovers …