Skip to main content

Advanced HTML

5 lessonsAbout 30 minutesAdvanced

This part of the HTML Tutorial runs from HTML Entities & Symbols through to HTML Responsive Design. There are 5 lessons here, and working through them takes about 30 minutes at a steady pace.

It follows on from HTML Layout, so finish that first if you have not already — the examples below assume you are comfortable with it.

Each lesson below says what it covers before you open it. Read them in order the first time; afterwards this page works as a index you can jump back into when you need to check one thing.

  1. 1HTML Entities & SymbolsIn HTML, certain characters like <, >, &, or " have special meanings and cannot be written directly inside the document — doing so can confuse the browser....
  2. 2HTML EmojisEmojis add emotion, personality, and visual appeal to web pages. They are part of the Unicode character set, which means you can use them directly in HTML...
  3. 3HTML Head Element TagsThe <head> element in HTML contains metadata — information about the web page that is not visible directly on the browser screen but is essential for SEO,...
  4. 4HTML Meta Tags for SEOMeta tags are snippets of text placed inside the <head> section of an HTML document. They provide metadata about your web page to search engines, browsers,...
  5. 5HTML Responsive DesignResponsive web design is a crucial concept in modern web development. It ensures that a website looks and works well on all devices — from large desktop...