SecureJS Logo

SecureJS Obfuscator

Protect your JavaScript with Encrypted Authorship Watermarking and Secure Delivery.

Home Pricing How Guide Benefits Login Register

Developer Terms Glossary

<a>

Defines a hyperlink.

28/06/2025 08:47 💡

<article>

Represents an independent piece of content.

28/06/2025 08:47 💡

<aside>

Defines content aside from the main content.

28/06/2025 08:48 💡

<audio>

Embeds audio content.

28/06/2025 08:48 💡

<body>

Contains the visible content of the web page.

28/06/2025 08:48 💡

<br>

Inserts a line break.

28/06/2025 08:49 💡

<button>

Defines a clickable button.

28/06/2025 08:49 💡

<canvas>

Used for drawing graphics via JavaScript.

28/06/2025 08:49 💡

<div>

Generic container for grouping elements.

28/06/2025 08:50 💡

<figcaption>

Provides a caption for the <figure> element.

28/06/2025 08:50 💡

<figure>

Represents self-contained content like images or diagrams.

28/06/2025 08:50 💡

<footer>

Defines a footer for a section or document.

28/06/2025 08:50 💡

<form>

Defines a form for user input.

28/06/2025 08:51 💡

<h1> to <h6>

Define headings from highest (<h1>) to lowest (<h6>) level.

28/06/2025 08:51 💡

<head>

Contains metadata and links to scripts, styles, etc.

28/06/2025 08:51 💡

<header>

Defines a header for a section or document.

28/06/2025 08:52 💡

<hr>

Inserts a thematic break (horizontal rule).

28/06/2025 08:52 💡

<html>

The root element of an HTML document.

28/06/2025 08:52 💡

<iframe>

Embeds another HTML page within the current page.

28/06/2025 08:53 💡

<img>

Embeds an image.

28/06/2025 08:53 💡

<input>

Defines an input field.

28/06/2025 08:53 💡

<label>

Defines a label for an input element.

28/06/2025 08:53 💡

<li>

Defines a list item.

28/06/2025 08:54 💡

<link>

Links external resources like CSS files.

28/06/2025 08:54 💡

<main>

Specifies the main content of the document.

28/06/2025 08:54 💡