New to HTML? Wondering if and why you need the DOCTYPE declaration? We explain!
Category: HTML
Can You Mix CSS and HTML?
Is it possible to mix HTML markup and CSS style sheets in the same document? And if the answer is yes, when is it a good idea to do so?
How to Comment Code Out in HTML
Did you know you can comment out one or multiple lines of code in your HTML document? Read on to find out how.
The Simplest Template for index.html
Every web project, no matter how big or small, starts with an index.html file. Start yours with this template.
How to Name Your HTML Ids and Classes
Learn about the best practices for naming your HTML elements, and the most common conventions for doing so.
Why Your HTML Code Isn’t Working
Wondering why your HTML code isn’t working? Try this four-step checklist, it might just help!
How to Identify HTML5
Learn about the two ways to identify whether an HTML document is written in HTML5 or not.
Is HTML Case Sensitive?
Do you want to know if tags and attributes in HTML are case insensitive? We have the answer for you, so read on.
How to Preview an HTML File
Learn how to preview an HTML document in your browser, as well as how to view the source code of that document in your text editor.
How to Make Text Bold in HTML
Learn about the three ways to make text bold in HTML, and the right time and place to each each.
How to Center Text in HTML (For Beginners)
Learn about the right way and the wrong way to center text in an HTML document, with and without CSS.
How to Prevent Scrolling on an iFrame
Learn how to prevent the user from scrolling the content of an iframe by adding these two attributes to your iframe tag.
The Best Books To Learn HTML5 (For Beginners)
If you plan on becoming a web developer, HTML5 is the start of your journey. These books will help you teach yourself.
How to Stop Safari From Auto-Zooming on Input Fields
No more zooming, no more problems. Here’s how to prevent Safari from auto-zooming on forms on iPhone.