![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| MK PitStop Member | HTML Tags HTML stands for Hypertext Markup Language, and is the main language used to create websites. HTML uses "tags" that allow you to specify things (or "elements") to go on your web page. Some of the more common elements include headings, paragraphs, images, list items, music, and more. HTML tags almost always have an opening tag and a closing tag, with some text in between. Something like this: <htmltag>some text</htmltag>. Note that there isn't actually an HTML tag called "htmltag" - this is just an example. You'll see some real HTML tags below. There are some HTML tags that don't have a closing tag. They look something like <htmltag> or <htmltag /> Bold You can make some text bold by using the <b> tag. Example HTML code: <b>bold text</b> Italic Text You can make some text italic by using the <i> tag. Example HTML code: <i>italic text</i> Links You can link to another web page using the <a> tag. This tag requires an attribute to determine which page to link to. Example HTML code: Learn about the <a href="http://www.natural-environment.com">Natural Environment</a> Images You can link to an image using the <img> tag. This tag also requires at least one attribute (to determine which image to link to). You can also use attributes to provide the dimensions and "alt text". Alt text is used in the event that the image can't be loaded. Example HTML code: <img src="http://www.natural-environment.com/images/milford_sound/milford_sound.jpg" width="442px" height="296px" alt="Photo of Milford Sound, New Zealand" /> Music You can link to a music file using the <embed> tag. This tag also requires at least one attribute (to determine which music file to link to). There are also optional attributes. In our example below, we use loop="false" to say "replay the music file once it's finished". We use autostart="false" to say don't start automatically when the visitor loads the page - wait until they click the "Play" button. Example HTML code: <embed name="lostmojo" src="http://www.quackit.com/web_design/lostmojo.wav" loop="true" autostart="false"> </embed> | ||
| | |
| Advertisements |
| | #2 | ||
| Junior Member | Useful information on HTML, Where XML is used in internet, what is the main use of it. | ||
| | |
| | #3 | ||
| Member Level 1 | Language, and is the main language used to create websites. HTML uses "tags" that allow you to specify things (or "elements") to go on your web page. Some of the more common elements include headings, paragraphs, images, list items, music, and more. | ||
| | |
| | #4 | ||
| Member Level 1 | | ||
| | |
| Featured Websites | ||||
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MySpace | GLD | Community Chat | 4 | 08-02-2006 3:12 AM |
| I have just added a HTML tutorial to the main site please tell me what you think | MadKad | HTML | 9 | 07-31-2006 12:34 AM |
| myspace does any one here have a myspace account? | MadKad | Community Chat | 15 | 06-25-2006 2:52 AM |
| Featured Websites | ||||
|