uim-html ~master


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Library 📚 uim-html

HTML (HyperText Markup Language) is the standard markup language for creating Web pages. It defines the structure and content of web content. HTML allows you to create headings, paragraphs, links, images, forms, and other elements that make up a web page. Browsers read HTML documents and display them correctly.

<!DOCTYPE html>
<html>
  <head>
    <title>My Web Page</title>
  </head>
  <body>
    <h1>Welcome to My Website</h1>
    <p>This is a paragraph of text.</p>
    <a href="https://www.example.com">Visit Example.com</a>
  </body>
</html>

In this example:

  • The <!DOCTYPE html> declaration specifies that this document is an HTML5 document.
  • The <html> element is the root element of the page.
  • The <head> section contains meta information (like the page title).
  • The <body> section contains visible content (headings, paragraphs, links).
Authors:
  • UI Manufaktur Team
  • Sicherheitsschmiede
  • Ozan Nurettin Süel
Dependencies:
none
Versions:
22.1.1 2021-Feb-21
0.19.9 2019-Sep-01
0.19.6 2019-Jun-14
0.19.5 2019-May-30
~master 2024-Feb-12
Show all 5 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 26 downloads total

Score:
0.2
Short URL:
uim-html.dub.pm