10000 GitHub - wa0101/EasyHTML: Make Your HTML More Easier
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wa0101/EasyHTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyHTML installation phase 🚀 "v3"

Latest Update : : Saturday. September 23, 2023. 09/23/2023.

Copy This Code Into Your Html Body Tag 1️⃣:

    <script src="https://cdn.jsdelivr.net/gh/wapy69/EasyHTML@main/EasyHTMLv3.js"></script>

Copy This Code Into Your Html Head Tag 2️⃣:

    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/wapy69/EasyHTML@main/EasyHTMLstylev3.css">

Elements

To create spaces between elements that kept them separate

<space></space>

To create non-movable text 📺

<text>EasyHTML</text>

To create an entry field for the user (Input) 💠

<in></in>

To create a button 🟡

<btn>Your Text For The Button Will Be Here</btn>

To create a navigation bar, use 🌐

<navbar>
# Link 1
# Link 2
</navbar>

To create a link in navbar you can use: 🌐1️⃣

<a href="#" class="navbar-link">navbar link</a>

To create professional large text 🗨️:

<h1>EasyHTML</h1>

To create professional small text 🗨️:

<h2>EasyHTML</h2>

To create a box and place elements in it 📦:

<box>
<div>
# Elements
</div>
</box>

Creating a page footer or contact card: 💻

<footer>

</footer>

For Creating Footer Links 🌐

<footer-link>
# Text Goes Here
</footer-link>

To Create A Checkbox

<checkbox>
</checkbox>

About

Make Your HTML More Easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0