Empty Elements - HTML CSS HTML

HTML CSS examples for HTML:Element

Introduction

You are not required to add any content between the start and end tags.

The following code has an Empty HTML Element

I like <code></code> HTML and CSS.

Self-Closing Tags

You can express empty elements by using a single tag as follows.

I like <code/> HTML and CSS.

Related Tutorials