Welcome to the Wiki
<div>
div
The div element is used as a container for grouping HTML elements.
<p>
p
The p element defines a paragraph of text.
<a>
a
The a element defines a hyperlink to connect pages.
<span>
span
The span element is an inline container used to mark up a part of a text.
<img>
img
The img element is used to embed an image in a web page.
<h1>
h1
The h1 element defines the most important, top-level heading.
<ul>
ul
The ul element defines an unordered, bulleted list of items.
<li>
li
The li element is used to represent an item in a list.
<button>
button
The button element represents a clickable button to trigger actions.
<input>
input
The input element creates interactive controls for web-based forms.
<form>
form
The form element defines a section containing interactive controls to submit data.
<section>
section
The section element represents a generic standalone section of a document.
<strong>
strong
The strong element indicates that its contents have strong importance or urgency.