Skip to main content

HTML

Basic Tags
<html> </html>
Creates an HTML document
<head> </head>
Sets off the title & other info that isn't displayed
<body> </body>
Sets off the visible portion of the document
<title> </title>
Puts name of the document in the title bar; when
bookmarking pages, this is what is bookmarked
Body attributes (only used in email newsletters)
<body bgcolor=?>
Sets background color, using name or hex value
<body text=?>
Sets text color, using name or hex value
<body link=?>
Sets color of links, using name or hex value
<body vlink=?>
Sets color of visited links, using name or hex value
<body alink=?>
Sets color of active links (while mouse-clicking)
Text Tags
<pre> </pre>
Creates preformatted text
<h1> </h1> --> <h6> </h6>
Creates headlines -- H1=largest, H6=smallest
<b> </b>
Creates bold text (should use <strong> instead)
<i> </i>
Creates italicized text (should use <em> instead)
<tt> </tt>
Creates typewriter-style text
<code> </code>
Used to define source code, usually monospace
<cite> </cite>
Creates a citation, usually processed in italics
<address> </address>
Creates address section, usually processed in italics
<em> </em>
Emphasizes a word (usually processed in italics)
<strong> </strong>
Emphasizes a word (usually processed in bold)
<font size=?> </font>
Sets size of font - 1 to 7 (should use CSS instead)
<font color=?> </font>
Sets font color (should use CSS instead)
<font face=?> </font>
Defines the font used (should use CSS instead)
Links
<a href="URL">clickable text</a>
Creates a hyperlink to a Uniform Resource Locator
<a href="mailto:EMAIL_ADDRESS">clickable text</a>
Creates a hyperlink to an email address
<a name="NAME">
Creates a target location within a document
<a href="#NAME">clickable text</a>
Creates a link to that target location
Formatting
<p> </p>
Creates a new paragraph
<br>
AInserts a line break (carriage return)
<blockquote> </blockquote>
Puts content in a quote - indents text from both sides
<div> </div>
Used to format block content with CSS
<span> </span>
Used to format inline content with CSS
Lists
<ul> </ul>
Creates an unordered list
<ol start=?> </ol>
Creates an ordered list (start=xx,
where xx is a counting number)
<li> </li>
Encompasses each list item
<dl> </dl>
Creates a definition list
<dt>
Precedes each defintion term
<dd>
Precedes each defintion
Graphical elements
<hr>
Inserts a horizontal rule
<hr size=?>
Sets size (height) of horizontal rule
<hr width=?>
Sets width of rule (as a % or absolute pixel length)
<hr noshade>
Creates a horizontal rule without a shadow
<img src="URL" />
Adds image; it is a separate file located at the URL
<img src="URL" align=?>
Aligns image left/right/center/bottom/top/middle (use CSS)
<img src="URL" border=?>
Sets size of border surrounding image (use CSS)
<img src="URL" height=?>
Sets height of image, in pixels
<img src="URL" width=?>
Sets width of image, in pixels
<img src="URL" alt=?>
Sets the alternate text for browsers that can't
process images (required by the ADA)

Forms
<form> </form>
Defines a form
<select multiple name=? size=?> </select>
Creates a scrolling menu. Size sets the number of
menu items visible before user needs to scroll.
<select name=?> </select>
Creates a pulldown menu
<option>
Sets off each menu item
<textarea name=? cols="x" rows="y"></textarea>
Creates a text box area. Columns set the width;
rows set the height.
<input type="checkbox" name=? value=?>
Creates a checkbox.
<input type="checkbox" name=? value=? checked>
Creates a checkbox which is pre-checked.
<input type="radio" name=? value=?>
Creates a radio button.
<input type="radio" name=? value=? checked>
Creates a radio button which is pre-checked.
<input type="text" name=? size=?>
Creates a one-line text area. Size sets length, in
characters.
<input type="submit" value=?>
Creates a submit button. Value sets the text in the
submit button.
<input type="image" name=? src=? border=? alt=?>
Creates a submit button using an image.
<input type="reset">
Creates a reset button
Tables
<table> </table>
Creates a table
<tr> </tr>
Sets off each row in a table
<td> </td>
Sets off each cell in a row
<th> </th>
Sets off the table header (a normal cell with bold,
centered text)
<table border=?>
Sets the width of the border around table cells
<table cellspacing=?>
Sets amount of space between table cells
<table cellpadding=?>
Sets amount of space between a cell's border and
its contents
<table width=?>
Sets width of the table in pixels or as a percentage
<tr align=?>
Sets alignment for cells within the row
(left/center/right)
<td align=?>
Sets alignment for cells (left/center/right)
<tr valign=?>
Sets vertical alignment for cells within the row
(top/middle/bottom)
<td valign=?>
Sets vertical alignment for cell (top/middle/bottom)
<td rowspan=?>
Sets number of rows a cell should span (default=1)
<td colspan=?>
Sets number of columns a cell should span
<td nowrap>
Prevents lines within a cell from being broken to fit
HTML5 input tag attributes
<input type="email" name=?>
Sets a single-line textbox for email addresses
<input type="url" name=?>
Sets a single-line textbox for URLs
<input type="number" name=?>
Sets a single-line textbox for a number
<input type="range" name=?>
Sets a single-line text box for a range of numbers
<input type="date/month/week/time" name=?>
Sets a single-line text box with a calendar
showing the date/month/week/time
<input type="search" name=?>
Sets a single-line text box for searching
<input type="color" name=?>
Sets a single-line text box for picking a color


Comments

Popular posts from this blog

electronic configuration of all elements in SPDF format

Element Electrons Electronic Configuration Hydrogen (H) 1 1s 1 Helium (He) 2 1s 2 Lithium (Li) 3 1s 2  2s 1 Beryllium (Be) 4 1s 2  2s 2 Boron (B) 5 1s 2  2s 2  2p 1 Carbon (C) 6 1s 2  2s 2  2p 2 Nitrogen (N) 7 1s 2  2s 2  2p 3 Oxygen (O) 8 1s 2  2s 2  2p 4 Fluorine (F) 9 1s 2  2s 2  2p 5 Neon (Ne) 10 1s 2  2s 2  2p 6 Sodium (Na) 11 1s 2  2s 2  2p 6  3s 1 Magnesium (Mg) 12 1s 2  2s 2  2p 6  3s 2 Aluminum (Al) 13 1s 2  2s 2  2p 6  3s 2 3p 1 Silicon (Si) 14 1s 2  2s 2  2p 6  3s 2 3p 2 Phosphorous (P) 15 1s 2  2s 2  2p 6  3s 2 3p 3 Sulfur (S) 16 1s 2  2s 2  2p 6  3s 2 3p 4 Chlorine (Cl) 17 1s 2  2s 2  2p 6  3s 2 3p 5 Argon (Ar) 18 1s 2  2s 2  2p 6  3s 2 3p 6 Potassium (K) 19 1s 2  2s 2  2p 6  3s 2 3p 6  4s 1 Calcium (Ca) 20 1s 2  2s 2  2p 6  3s 2 3...

bengali language

Bengali  ( / b ɛ ŋ ˈ ɡ ɔː l i / ), [4]  also known by its  endonym   Bangla  ( UK :  / ˈ b ʌ ŋ l ə / ;  বাংলা ), is an  Indo-Aryan language  primarily spoken by the  Bengalis  in  South Asia . It is the official and most widely spoken language of  Bangladesh  and second most widely spoken of the 22  scheduled languages of India , behind  Hindi . In 2015, 160 million speakers were reported for Bangladesh, [1]  and the 2011 Indian census counted another 100 million. [5]  With approximately 260–300   million total speakers worldwide, [6]  Bengali is the  6th most spoken language by number of native speakers  and  7th most spoken language by total number of speakers  in the world. [7] [8] The  official  and  de facto   national language  of Bangladesh is Modern Standard Bengali (Literary Bengali). [9] [10] [11]  It serves as the  ling...

মুকুন্দরাম চক্রবর্তী

মুকুন্দরাম চক্রবর্তী , কবিিক্যানকে আমাদের মধ্যবিত্ত বাঙালি কবিদের সম্পর্কে প্রায়ই তথ্য হেরেস বা মৌখিক ঐতিহ্যের উপর ভিত্তি করে দেওয়া হয়। তাদের সত্যতা যাচাই করা অসম্ভব। চন্দীমঙ্গল কাব্যের রচয়িতা মুকুন্দরাম এবং পঞ্চালির অন্যান্য লেখক (বিশেষ দেবগণের গৌরব উদযাপনের গৌরব) সংক্ষিপ্ত জীবনীমূলক বক্তৃতা বিবৃতিগুলি তাদের জীবনের গল্পের জন্য আরো সত্যিকারের উত্স প্রদান করে। মুকুন্দরামের রচনায় এই দুটি নোট আছে। এই বিখ্যাত আত্মজীবনীমূলক নোট একটি মধ্যযুগীয় বাংলা গ্রামে জীবনের একটি গ্রাফিক ছবিও সরবরাহ করে , বিশেষত ব্রাহ্মণ পরিবার তাদের জীবিকা জন্য কৃষি উপর নির্ভরশীল। আমরা দুটি বিবৃতিগুলির একটি , কম পরিচিত এক থেকে শিখতে পারি যে , বর্ধমান জেলার রতনা নদীর তীরে দমুনিয়া গ্রামে (দমিনিয়ায় স্থানীয় উচ্চারণ) চক্র্রধিত্য নাম অনুসারে চক্রদিত্য নামে একটি অবতার রয়েছে , যেখানে এক ধুসদত্ত তাঁর সম্মানে একটি মন্দির নির্মাণ করেছিলেন। । কিন্তু দেবতা একটি পিপুল গাছের নিচে তার বাসভবন স্থাপন করতে মন্দির ত্যাগ করেন। এক হরি নন্দী শিবা পূজার জন্য জমি দান করে এবং তিনি মাধব ওঝা নিযুক্ত করেন , যা মঠের তত্ত্বাবধানে...