Ar_home_b_search
 



introduction to html: Introduction to HTML Part Three, Create a Simple Web Page in 5 Minutes or Less - 10/24/09 11:35 AM
Here is the third and final Part Three of my Introduction to HTML
Check out Lesson 1 at http://activerain.com/blogsview/1298501/introduction-to-html-and-task-1-create-a-simple-web-page-in-5-minutes
Check out Lesson 2 at http://activerain.com/blogsview/1300690/introduction-to-html-part-two-create-a-simple-web-page-in-5-minutes-or-less
This third lesson disscusses an introduction to Images, and coming soon I will do a lesson on anchor tags and hyper links
This lesson assumes you understand file management, that is when you save a file on your computer you know how and where you stored it.  (Coming soon, how to save and retreve files on your computer.)
Images:
There are currently only three file formats or picture types that a Web browser can interpret, these are:
    … (1 comments)

introduction to html: Introduction to HTML Part Two, Create a Simple Web Page in 5 Minutes or Less - 10/23/09 08:56 PM
 This is Lesson 2 to review Lesson 1 go to http://activerain.com/blogsview/1298501/introduction-to-html-and-task-1-create-a-simple-web-page-in-5-minutes
Paragraphs and Line Breaks
Ordinary text in HTML documents is contained with the <P> and </P> container tags. One major difference between HTML and word processor documents is how HTML treats white space.
HTML does not recognize spaces created by the Tab key. It also does not recognize space created by multiple presses of the spacebar. It treats these as one space. If you do require large amounts of white space then you need other HTML tags such as <PRE>.
 Lets create some examples to show this.
 5. Open your … (0 comments)

introduction to html: Introduction To HTML, and Task 1, Create a Simple Web Page in 5 Minutes - 10/22/09 03:45 PM
Here is Part one of 3 about how to write a simple web page using notepad or any text editor on your computer.
Let's create a very simple Web Page to help make this clearer:
 Introduction to Web Publishing
We will create a simple Web Page in Notepadin this project, but first a little background information about the language of the web HTML will be presented.  Note if you do not have notepad on your computer any text editor (file extension "txt") will work.
 HTML, SGML and Formatting Languages:
What is HTML?
 The Hypertext Markup Language (or HTML) is the language used … (4 comments)