This is use for Heading..
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
HTML Paragraphs
<p>This is a paragraph.</p><p>This is another paragraph.</p>
HTML Links
<a href="http://www.htmlpath.blogspot.com.com">This is a link</a>
you...
Complete HTML
This Blog is About Complete HTML. HTML is Markup Language.
Pages
- Home
- HTML Elements
- HTML Attributes
- HTML Headings
- HTML Paragraphs
- HTML Text Formatting
- HTML Links
- HTML Head
- HTML Styles - CSS
- HTML Images
- HTML Tables
- HTML Lists
- HTML Div and Span
- HTML Layouts
- HTML Forms and Input
- HTML Iframes
- HTML Colors
- HTML Scripts
- HTML Entities
- HTML Encoding (Character Sets)
- HTML Symbols
How to Write Code
Sunday, 9 February 2014
HTML Tags
HTML markup tags are usually called HTML tags
HTML tags are keywords (tag names) surrounded by angle brackets like <html>
HTML tags normally come in pairs like <b> and </b>
The first tag in a pair is the start tag, the second tag is the end tag
The end tag is written like the start tag, with a forward slash before the tag name
Start...
Opening the Document in the Browser
Sunday, 9 February 2014
Once you have your HTML document on the floppy disc or your hard drive, you'll need to open it up in the browser. It's easy enough. Since you're using a browser to look at this Primer, follow along.
1. Under the FILE menu at the very top left of this screen, you'll find OPEN, OPEN FILE, OPEN DOCUMENT, or words to that effect.
2. Click on it. Some browsers give you the dialogue box that allows you to find your document...
How To Name Your Document
Sunday, 9 February 2014
What you name your document is very important. You must first give your document a name and then add a suffix to it. That's the way everything works in HTML. You give a name and then a suffix.
Follow this format to name your document:
1. Choose a name. Anything. If you have a PC not running Windows 95, you are limited to eight letters, however.
2. Add a suffix. For all HTML documents, you will add either...
The Word Processor
Sunday, 9 February 2014
When you write to the word processor you will need to follow a few steps:
1. Write the page as you would any other document.
2. When you go to save the document (Here's the trick), ALWAYS chooseSAVE AS.
3. When the SAVE AS box pops up, you will need to save the page in a specific format. Look at the SAVE AS dialogue box when it pops up: Usually at the bottom, you find where you will be able to change the file...
Beginning to Write
Sunday, 9 February 2014
You will actually begin to write HTML starting with Primer #2. That's tomorrow if you follow the seven-day plan this was written for. Here, I want to tell you how you will go about the process.
You will write the HTML document on the word processor, or Notepad, WordPad, or Simple Text. When you are finished creating the HTML document, you'll then open the document in a browser, like Netscape Navigator. The browser will...
Introduction Of HTML
Saturday, 8 February 2014
The basic Hypertext Transfer Markup Language (HTML) tags! No doubt you've attempted to write a small document in your favorite text editor, such as Windows Notepad, and saved it as TEXT for MAC or TEXT for your PC. You also remembered to save the document with the .htm or .html suffix..
H-T-M-L are initials that stand for HyperText Markup Language (computer people love initials and acronyms -- you'll be talking acronyms ASAP)....
Subscribe to:
Posts (Atom)