bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch

Loading lesson path

Learn/HTML

HTML

Reference and Practice

Use examples and references as support material rather than the main learning path.

Lesson 1

HTML Interview Preparation

A tool that will help you get ready for your next interview.

Read lesson →Loading…
Lesson 2

HTML Global Attributes

The global attributes are attributes that can be used with all HTML elements.

Read lesson →Loading…
Lesson 3

You Have Learned HTML, Now What?

HTML is the universal markup language for the Web. HTML lets you format text, add graphics, create links, input forms, frames and tables, etc., and save it all in a text file that any browser can rea…

Read lesson →Loading…
Lesson 4

HTML Event Attributes

HTML has the ability to let events trigger actions in a browser, like starting a JavaScript when a user clicks on an element.

Read lesson →Loading…
Lesson 5

HTML Accessibility

Always write HTML code with accessibility in mind!

Read lesson →Loading…
Lesson 6

HTML Color Names

All modern browsers support the following 140 color names (click on a color name, or a hex value, to view the color as the background-color along with different text colors):

Read lesson →Loading…
Lesson 7

HTML <!DOCTYPE>

All HTML documents must start with a <!DOCTYPE> declaration.

Read lesson →Loading…
Lesson 8

HTML Character Sets

The default character set in HTML5 is UTF-8.

Read lesson →Loading…
Lesson 9

HTTP Status Messages

When a browser requests a service from a web server, an error might occur, and the server might return an error code like "404 Not Found".

Read lesson →Loading…
Lesson 10

HTTP Request Methods

The Hypertext Transfer Protocol (HTTP) is designed to enable communications between clients and servers.

Read lesson →Loading…
Lesson 11

Pixels to Ems Conversion

The tool below allows you to work out the em sizes from pixels (or vice versa).

Read lesson →Loading…
Lesson 12

Keyboard Shortcuts

Keyboard shortcuts are often used in modern operating systems and computer software programs.

Read lesson →Loading…