logo1 creations web buttons navbars code editor share social images editor Contact login sitemap

HTML Cheat Sheet Properties Tutorial

  • Web html5, css3, javascript, php, sql, jquery, xml, ajax, web design & development, photo maker, SEO.
  • Online web design, along with everything you need for a complete website.
  • html cheat sheet properties tutorial,contains useful code examples and web developer tools, markup generators and more on a single page. We have listed the most common code generators. Set up your preferences and easily generate HTML code for iframe, table, link (anchor), list or image.
       

Basic HTML

<!DOCTYPE>
<html>
<head>
<body>
Version X(HTML)
HTML Document
Page Information
Page Contains

Links

<a href="">
<a href="mailto:">
<a href="name">
<a href="#name">
Page Link
E-Mail link
link
Internal Link

Comments

<!--comments-->
/* comments */
/* comments */
HTML
CSS
JavaScript

Images

<img/>
<area/>
<map>
Image
Area of Image Map
Image Map

Page Information

<meta>
<base>
<title>
<link>
<style>
<script>
Meta Information
URL Base
Title
Link
css
JavaScript

Document Structure

<h1> to <h6>
<p>
<br>
<hr>
<div>
<span>
Heading
Paragraph
Line Break
Horizontal Line
Division Section
Inline Section

Text Markup

<address>
<b>
<em>
<code>
<strong>
<pre>
<del>
<ins>
<sub>
<sup>
<bdo>
<italic>
Address
Bold
Emphasize
Computer Code
Strong
Preformated
Delete
Insert
Subscript
Superscript
Text Direction
Italic

Forms

<form>
<fieldset>
<legend>
<label>
<input>
<select>
<optgroup>
<option>
<button>
<textarea>
Form
Border Field
Form Legend
Input Label
Form Input
Drop-down box
Group of options
Drop-down options
Button
Large Textarea

Table

<table>
<thead>
<tbody>
<tfoot>
<caption>
<tr>
<th>
<td>
<colgroup>
<col>
Table
Table Header
Table Body
Table Footer
Caption
Table Row
Table Header
Table Data
Column Group
Column

List

<ol>
<ul>
<dd>
<dt>
<dd>
Order List
Unorder List
Definition List
Definition Teams
Definition Define

Window Events

onload
onunload

Dynamic Attributes

class
id
style
title

Keyboard Events

onkeydown
onkeypress
onkeyup

Mouse Events

onclick
ondblclick
onmousedown
onmouseup
onmousemove
onmouseout
onmouseover

Empty Elements

<area />
<base />
<br />
<hr />
<col />
<param />
<img />
<input />
<link />

All Basic HTML5

HTML is the main markup language for web pages, and its elements are the basic building blocks of web pages. HTML is written in the form of HTML elements consisting of tags enclosed in "greater than" and "less than" symbols within the content of the web page.


All Basic CSS3

CSS (Cascading Style Sheets) is a computer language that belongs to the category of style sheet languages used to control the appearance of a document written in a markup language.It is used to control the appearance of a document written in HTML and XHTML, that is, to control the appearance of a web page and a website in general.


js JAVASCRIPT

Javascript is a set of computer software and specifications developed by James Gosling at Sun Microsystems, later acquired by Oracle Corporation, which provides a system for developing application software and its development in a multi-platform computing environment.


CREATIONS

In this chapter I call creation I will present you creations html, css and javascript that are very useful and creative in a web site. You can get them ready-made with Netbax creations or create them yourself as you wish with the help provided by the Netbax editor.


NAVIGATION Bar

having easy-to-use horizontal & vertical menu is important for any web site. with css you can transform boring html menus into good-looking horizontal & vertical bars. horizontal & vertical menu is such an important part of your website. it’s how your visitors navigate to the main areas of your site and makes it easy for them to find.


WEB BUTTONS

Collection of hand-picked free HTML and CSS button code examples.In this article, we'll see some really cool looking responsive buttons using only a few lines of CSS.You are free to copy, modify and use this code as you wish.All the buttons shown here can scale accordingly to the font-size attribute, and should work in any relatively recent browser.

Netbax Contact Us