Skip to main content

Posts

Showing posts from February, 2014

HTML Paragraphs

HTML Paragraphs Paragraphs are defined with the <p> tag. Example <p>Web Design</p> <p>Imzas technologies</p> Don't Forget the End Tag Most browsers will display HTML correctly even if you forget the end tag: Example <p>Web Design <p>Imzas technologies HTML Line Breaks Use the <br> tag if you want a line break (a new line) without starting a new paragraph: Example <p>Imzas technologies is<br>a IT & Managment<br>Consulting Firm</p> HTML Tag Reference Tag     Description <p>     Defines a paragraph <br>     Inserts a single line break.

HTML Headings

HTML Headings Headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least important heading. Example <h1>Web Design</h1> <h2>HTML</h2> <h3>CSS</h3> Headings Are Important Use HTML headings for headings only. Don't use headings to make text BIG or bold. Search engines use your headings to index the structure and content of your web pages. Since users may skim your pages by its headings, it is important to use headings to show the document structure. H1 headings should be used as main headings, followed by H2 headings, then the less important H3 headings, and so on. HTML Lines The <hr> tag creates a horizontal line in an HTML page. The hr element can be used to separate content: Example <p>website horizontal line.</p> <hr> <p>website horizontal line.</p> <hr> <p>website horizontal line.</p> HTML Tag Reference You will l

HTML Attributes

HTML Attributes     HTML elements can have attributes     Attributes provide additional information about an element     Attributes are always specified in the start tag     Attributes come in name/value pairs like: name="value" Attribute Example HTML links are defined with the <a> tag. The link address is specified in the href attribute: Example <a href="http://www.imzas.com">This is a link</a> HTML Attributes Reference A complete list of legal attributes for each HTML element is listed in our: HTML Tag Reference. Below is a list of some attributes that can be used on any HTML element: Attribute     Description class              Specifies one or more classnames for an element (refers to a class in a style sheet) id                    Specifies a unique id for an element style              Specifies an inline CSS style for an element title                Specifies extra information about an element (displayed as a tool tip) For more i

HTML Elements

HTML documents are defined by HTML elements. HTML Elements An HTML element is everything from the start tag to the end tag: Start tag *     Element content     End tag * <p>   Web design    </p> <a href="default.htm">     This is a link     </a> <br> * The start tag is often called the opening tag. The end tag is often called the closing tag. HTML Element Syntax An HTML element starts with a start tag / opening tag An HTML element ends with an end tag / closing tag The element content is everything between the start and the end tag Some HTML elements have empty content Empty elements are closed in the start tag Most HTML elements can have attributes Tip: You will learn about attributes in the next chapter of this tutorial. HTML Document Example <!DOCTYPE html> <html> <body> <p>Imzas technologies.</p> </body> </html> The example above contains 3 HTML elements. HTML Example Explained The <p> ele

HTML Basic Examples

Don't worry if the examples use tags you have not learned. You will learn about them in the next chapters. HTML Headings HTML headings are defined with the <h1> to <h6> tags. Example <h1>HTML</h1> <h2>CSS</h2> <h3>JAVA</h3> HTML Paragraphs HTML paragraphs are defined with the <p> tag. Example <p>Web Developer.</p> <p>IMZAS TECHNOLOGIES.</p> HTML Links HTML links are defined with the <a> tag. Example <a href="http://www.imzas.com">Job ready progarm</a> Note : The link address is specified in the href attribute. (You will learn about attributes in a later chapter of this tutorial). HTML Images HTML images are defined with the <img> tag. Example <img src="imzas.jpg" alt="imzas.com" width="104" height="142"> Note : The filename and the size of the image are provided as attributes.

HTML Editors

Writing HTML Using Notepad or Text Editor HTML can be edited by using a professional HTML editor like:     Adobe Dreamweaver     Microsoft Expression Web     CoffeeCup HTML Editor However, for learning HTML we recommend a text editor like Notepad (PC) or TextEdit (Mac). We believe using a simple text editor is a good way to learn HTML. Follow the 4 steps below to create your first web page with Notepad. Step 1: Start Notepad To start Notepad go to: Start All Programs Accessories Notepad Step 2: Edit Your HTML with Notepad Type your HTML code into your Notepad: Notepad Step 3: Save Your HTML Select Save as.. in Notepad's file menu. When you save an HTML file, you can use either the .htm or the .html file extension. There is no difference, it is entirely up to you. Save the file in a folder that is easy to remember, like imzas.com. Step 4: Run the HTML in Your Browser Start your web browser and open your html file from the File, Open menu, or just browse the folder and double-c

WORLD'S MOST POPULAR AMAZING ANIMALS

THE GIANT SPIDER CRAB The Japanese spider crab is the biggest crab of the world. This is the world's largest species of marine crab which lives under water. This amazing animal 's has the very big foot approximately 3.8 meter (12 ft). Its body can reach the length of 40 cm and the whole body of the crab can be the weight of 19 kilogram. These crabs are orange in color with white spot. Its chelipeds are shorter in compare with the other pair of legs. But the female chelipeds are smaller than the males. These giant spider crabs are generally found in ocean of Japan. They live in the depth of 150 - 300 meter. They also can migrate up to 50 meter during the breeding season. The Japanese spider crab are omnivore in nature. These crabs are generally live up to 100 years. But the population of these strange creatures are gradually decreasing.    DALMATIAN PELICAN: THE HEAVIEST FLYING BIRD OF THE WORLD This is the largest flying bird of the world. Dalmatian Pelican is the biggest speci