Interactive: Introduction to HTML

Level

Interactive: Introduction to HTML

Distilled
Logo Distilled

Need more information? Get more details on the site of the provider.

Starting dates and places

There are no known starting dates for this product.

Description

Why are we learning HTML?

While there is no need to be a fully-fledged web developer in order to be an effective web marketer, a career built on working with websites will inevitably result in occasionally needing to know how they work. HTML (HyperText Markup Language) is the foundation of the web and is the language that describes the structure of a web page. The HyperText refers to clickable links - the foundation of web marketing. The structure of markup allows for the application of styles - typically using Cascading Style Sheets (CSS).

This module will focus on learning to read and understand HTML rather than on being able to create websites from scratch. If you are interested in lear…

Read the complete description

Frequently asked questions

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.

Didn't find what you were looking for? See also: E-Marketing, (X)HTML & CSS, IT Management & Strategy, Web Accessibility, and Digital Publishing & Editing.

Why are we learning HTML?

While there is no need to be a fully-fledged web developer in order to be an effective web marketer, a career built on working with websites will inevitably result in occasionally needing to know how they work. HTML (HyperText Markup Language) is the foundation of the web and is the language that describes the structure of a web page. The HyperText refers to clickable links - the foundation of web marketing. The structure of markup allows for the application of styles - typically using Cascading Style Sheets (CSS).

This module will focus on learning to read and understand HTML rather than on being able to create websites from scratch. If you are interested in learning to develop your own sites, your DistilledU membership gives you access to a free month at Treehouse.

There are a variety of situations in which a working knowledge of HTML is important for marketers:

  • Creating effective specifications for designers and developers
  • Debugging why a particular page or site isn't working as it should
  • Checking for the implementation or placement of a link
  • By far the least important: building actual prototype pages and simple landing pages

The markup in HTML relates to the fact that HTML provides additional information around the human-readable / human-viewable text and images that make up a web page. This additional information can group sections of text together, insert links to other pages, provide meta information about the page or section, add machine-readable information, or add semantic information about the meaning of particular sections of the page.

It is good practice to keep your markup focussed on semantic properties of the underlying information rather than on the way in which it should be displayed. The design and layout should be handled by the stylesheets. A good example of the difference is in denoting something a headline (which would be a H1 in HTML) versus denoting it as larger, bold, and a different color from the surrounding text (which should be handled with styles).

In this introductory lesson, you should have learnt that:

  • HTML stands for HyperText Markup Language
  • Markup should be used for adding structure and semantic meaning to text
  • Styles in general (and CSS in particular) are used to add layout and design information to markup
There are no reviews yet.

Share your review

Do you have experience with this course? Submit your review and help other people make the right choice. As a thank you for your effort we will donate $1.- to Stichting Edukans.

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.