Learning HTML by yourself


News

11/11/2011 17:44

A - Frames

Frames are on pages where the links are on your left, and when you click on the link, the right side of the page changes with a new HTML page.  It is used for content to appear on one side and links on the other.  With CSS and PHP, frames are no longer used, but still, it's great to try...

—————

11/11/2011 09:33

B - Creating A Simple Form

To create a form in a new language called XHTML you need to understand the parts of the forms.  So below is the parts.   This code is not that hard.  You need to have the work form, at the start and at the end.  This is where you will see the form elements....

—————

11/11/2011 18:11

C - IFrames

IFrame elements is used in HTML 4 and new ones or HTML 5.  Below is a list of elements for 4.01 scr - the URL that will go into the IFrame. height - the height of the window the file will go intol width - the width of the same window. name - the name of the window These...

—————

11/11/2011 18:53

D - Putting in an Audio file.

You can put in music to any web site but when you do that you need to put a controller on it.  Below is the code to put in a song called my song.  It only has the song, nothing else.  The code word embed does it.   <embed src="my song.mid"...

—————

14/11/2011 17:32

E - Video continuing

As in the last lesson we touched a bit on putting in the code for a video.  Below is a more complete explanation of the    Embed Tag Reference   Attributes Examples Discription Autostart true...

—————

11/11/2011 19:06

E1 - Embedding Video in your site.

Very simple with youtube.  There is a button that says to embed.  It puts the video in an iform (something you already know about).   Click on the "share button under the video. Then click on the embed button and the code will come up for you to put on your page.  See...

—————

14/11/2011 17:49

F - Image Mapping

  https://www.etips.net/tutorials/html/frames.html     Client Side Image Maps - How to add an image map to your page Image maps aren't as bad as they seem, at least if you use a client side image map using HTML rather than a cgi program. I may add a section on using a...

—————

14/11/2011 17:54

G - Special Buttons

  A button that automatically bookmarks my site         You cannot do this with HTML. However, Internet Explorer 4+ supports the window.external.AddFavorite() method, a proprietary extension to JavaScript that opens an "Add to Favorites" dialog. The...

—————

17/06/2012 20:20

H - Final project.

  Web Site Final Project   /112           Name:  __________________________________ The final web site must have the following items listed.  This will be your marking sheet.   Web site has at least 5...

—————