HTML

The most important meta tags and their functions
The essential meta tags at a glance
  • Web development

Meta tags are used by website owners to specify metadata in HTML documents. The coded information integrates with web browsers and search engine crawlers to enhance the searchability of a website. But which meta elements are actually required by user agents to improve processing? And how can you use metadata to boost your website’s ranking in the search results?

The essential meta tags at a glance
Markdown
Markdown: guida al semplice linguaggio di markup
  • Web development

Scrivere in Internet senza conoscere HTML? Si può fare, grazie a markdown. Questo semplice linguaggio di markup permette di formattare testi in CMS, forum o wiki, evitando tag complicati. La sintassi di markdown è fatta di caratteri semplici, per lo più intuitivi. Questi semplificano sia la lettura, sia la scrittura. Come funziona markdown?

Markdown: guida al semplice linguaggio di markup
CSS: padding vs. margin
How to use padding vs. margin in CSS
  • Web development

The multitude of commands that a programming language like CSS includes can be challenging. But there’s no need to worry. In our CSS padding vs. margin overview article, you’ll learn the key differences between these two formatting commands. We’ll also introduce you to the memorable box model so you can easily tell padding vs. margin apart.

How to use padding vs. margin in CSS
Registering a website: submitting URLs to Google
How to submit your website to Google, Bing, and Yahoo!
  • Website creation

Did you know that you can submit your site to Google, Bing, and Yahoo! in order for it to be found more easily in the search results? These search engine providers allow web operators to submit their URLs so they can be added to the search index. We’ll show you how to register your web project – a simple procedure that can increase its online visibility.

How to submit your website to Google, Bing, and Yahoo!
Web design trends: one page design
One page design: anything but one-dimensional
  • Web design

The one pager is a new trend in web design: more and more companies are choosing to present their products, campaigns, or project websites in a single page design. This means users navigate their way through a single HTML page by scrolling and exploring content. These minimalistic websites focus on storytelling, aiming to create an intuitive user experience – but they’re not suitable for every...

One page design: anything but one-dimensional
Mistakes when creating a website
The 7 biggest mistakes when creating a website
  • Website creation

Having their own website is basically indispensable for companies and self-employed people. After all, it makes it possible for them to present themselves on the web and make contact with potential customers. To make the most of this opportunity, you should approach this task with the necessary professionalism. Make sure to avoid the typical mistakes such as those described in the following...

The 7 biggest mistakes when creating a website
How to create a photo gallery for your website
Web design basics: creating a photo gallery for your website
  • Web design

Multimedia content is an integral part of the internet. From images to GIFs to videos – without engaging visual elements, websites become dull, gray blocks of text, and web stores would be nothing but an endless list of product descriptions. Image galleries are a popular way of presenting graphics and images clearly on to a web project. With some simple HTML, it’s easy to create a basic Lightbox...

Web design basics: creating a photo gallery for your website
Linking CSS to HTML
Linking CSS to HTML: a guide with examples
  • Web design

HTML and CSS are part of the core elements of the World Wide Web and are often used in conjunction with one another. When you are working with an HTML document and would like to include CSS, there are a few internal and external methods to implement the format specifications into your text content effectively. Find out more in this practical guide with examples.

Linking CSS to HTML: a guide with examples
Embed JavaScript in HTML
Embedding JavaScript in HTML: easy instructions and examples
  • Web development

If you want to liven up a static HTML file and make it interactive, you can easily embed JavaScript in HTML. JavaScript elements add dynamic features to the functions of a website and make for modern, creative online presences. Our tutorial explores the available options for this.

Embedding JavaScript in HTML: easy instructions and examples
DOCTYPE html
How to use the DOCTYPE html tag
  • Web development

The DOCTYPE html declaration should be placed in the first line of code of HTML documents and sub-pages to define syntax and grammar rules. Browsers can immediately see what type of document it is, while a missing declaration can lead to problems with displaying the website. Find out more about DOCTYPE html here in our article.

How to use the DOCTYPE html tag