Welcome Visitor! Sunday, January 18, 2009 11:39 AM CST. 3592 artists currently online Search Renderosity advanced search Home MarketPlace MarketPlace Home What's New What's Hot Sale Items Gift Certificates MarketPlace Support Refund Policy MarketPlace EULA Selling Products Vendor Control Room Features Animations Blogs Calendar Directory Graffiti Wall Graphic Dictionary Job Board Memorials Polls Site Map Site Search Spotlight Surveys Video Center Free Stuff My Free Stuff What's New Most Wanted Search Free Stuff Top Contributors Upload Free Stuff Members My Profile My Account My File Locker My Home Page My Shopping Cart My Wishlist My Blog Member Search Who's Online Galleries My Gallery Art Charts What's New Best Ratings By Artist By Vendor Most Commented Most Viewed Gallery of the Week Upload Image Forums My Forums Forum Search My Forum Options My Forum Stats Tutorials Video Tutorials What's New Most Viewed Search Tutorials Tutorial Archives Upload Tutorial Contests Open Contests Contest Voting Contest Results Contest Archives About Us About Us Affiliate Program Article Archives Contact Us Partners Press Releases Renderosity Team Announcements ATTENTION: Hotmail, live or msn email users ATTENTION: Please Add Our New Mail Server Name to Your Safe Senders List Tutorials [main page] [what's new] [most viewed] [archives] [search] [upload] [my submissions] Select a category to browse...2D Graphics3D Modeling3DS MaxAdobe PhotoshopAnimationBlacksmith 3DBlender 3DBryceCarraraCinema 4DColour TheoryCompositionComputersDAZ|StudioFractalsHTMLiCloneLighting TheoryLightWaveMayaModellingMojoWorldOther softwarePaint Shop ProPainterPhotographyPoserRenderosityRhino 3DShadeSoftimage XSIStrata 3DTerragenTexturing theoryTraditional MediaTrueSpaceUtilitiesUV MapperVueWings 3DWorld BuilderWritersZBrush -------------------------------------------------------------------------------- Html code Where: HTML Author: Valerie-Ducom Created: 6/7/2007 Last Revision: 6/4/2008 Skill Level: Beginner Viewed 260 times. [printer-friendly] [comment] Page 1 of 1 -------------------------------------------------------------------------------- Html Code The HTML code, called the source code, that is behind a web page is a way to mark up a document by labeling its logical parts. Programmers get annoyed with this use of the word code. HTML is not anywhere near being a programming language! Basic element for html page: Document Type (beginning and end of file) Title (must be in header) Header (descriptive info, such as title) Body (bulk of the page) Paragraphs For use paragraphs in HTM, you must opening tag for a paragraph is

and the closing tag is

like this example: It’s easy to play with the code HTML!

It’s easy to play with the code HTML!

Font tags It’s easy to play with the code HTML It’s easy to play with the code HTMLfont> ALIGN attributes Left align: It’s easy to

It’s easy to

Center align Play with

play with

Right align: the code HTML

the code HTML

Line break For make the end of a line It’s easy To play with The code HTML It’s easy
To play with
The code HTML
Insert links Links of page : you will use the opening tag and closing tag Visit Renderosity! Visit Renderosity! Links of email box: Send email to Santa Claus [secretary]! Send email to Santa Claus [secretary] ! Link opening in a new window, you must to add target="_blank" the end of the anchor tag Visit Renderosity! Renderosity!. Add images You may also add images (pictures) n the .gif or .jpg (or .jpeg) file formats with and add HEIGHT and WIDTH attributes to the IMG tag. Renderosity Site Add links and images Add links and images in the same times, you must to writing Fonts: In bold It’s easy to play with the code HTML! In italic It’s easy to play with the code HTML! Verdana Verdana Arial Arial Tahoma Tahoma Courrier new courrier new Comic Sans MS Comic Sans MS With size in the font: The range of size is between 1 and 7 and It’s easy to play with the code HTML! It’s easy to play withthe code HTML ! Headings : From 1 to 6. (1 being largest, and 6 being smallest) with and (y = size) It’s easy to play with the code HTML!

It’s easy to play with the code HTML!

It’s easy to play with the code HTML!

It’s easy to play with the code HTML!

It’s easy to play with the code HTML!

It’s easy to play with the code HTML!
It’s easy to play with the code HTML!
Marquee: Basic tag marquee: It’s easy to play with the code HTML! With blackground color: It’s easy to play with the code HTML! Width marquee: Your text This sets the width of the marquee. n is expressed in pixels or % of page width. Behavior marquee: Your text Your text Marquee direction : Your text Your text Your text Your text The list: The unordered list is the first of the three types of lists. The
    tag is the opening unordered list Tag place list items wich an individual
  • opening tag (no limit) * it’s * easy * to play * with the code * HTML!
    • it’s
    • easy
    • to play
    • with the code
    • HTML !
    The ordered list is very similar in structure to the unordered list but each list item has a number in front of it. Opening tag for the list is
      instead of
        , and the closing tag is
    instead of
it’s easy to play with the code HTML!
  1. it’s
  2. easy
  3. to play
  4. with the code
  5. HTML!
The definition list is a little more complicated and starts with the
opening tag, and ends with the
closing tag render to put a first layer of plaster or cement on a wall art the making of objects, images, music, etc. that are beautiful or that express feelings. html TRADEMARK ABBREVIATION FOR hypertext markup language: a way of marking text so that it can be seen on the Internet
render
to put a first layer of plaster or cement on a wall
art
the making of objects, images, music, etc. that are beautiful or that express feelings.
html
TRADEMARK ABBREVIATION FOR hypertext mark-up language: a way of marking text so that it can be seen on the Internet
Text in color: Change the color of the text with COLOR="font_color" attribute in the tag. The Color is in the hexadecimal system (#000000 black to #FFFFFF white) but you can use the word of the color like Red for Red, Blue for Blue, etc.) It’s easy to play with the code HTML! It’s easy to play with the code HTML! It’s easy to play with the code HTML! in Impact Font!It’s easy to play with the code HTML! in Impact Font! It’s easy to play with the code HTML! It’s easy to play with the code HTML! Tables: Tables start with the tag, and usually contain the border="n" attribute within the opening tag. If the border="0", than the table's border is invisible. This is useful when you want to align text in rows and columns, border="1" is a thin border. border="2" is a little thicker, border="3" a little more thick..The table MUST end with a
tag. This table has a border of 0.
This table has a border of 0.
This table has a border of 3.
This table has a border of 3.
Open tag and the optional closing tag. Within each table row are table cells, which are defined by the opening and closing tags. Most table rows contain more than one cell. Many times, you will need a heading for a column of cells of the first row. To do this, you will use the opening and closing tag. 1 2 3 A B C D E F
123
A B C
D E F
-------------------------------------------------------------------------------- Like the following: 1 2 3 A & D B C E F
123
A & DBC
EF
Left Center Right
Left Center Right
-------------------------------------------------------------------------------------------------------- Very nice tutorial links Html : http://www.htmlcodetutorial.com/ http://werbach.com/barebones/barebones.html http://www.webspawner.com/cc/html/format.html And we have the Html Forum here in Renderosity : http://www.renderosity.com/mod/forumpro/showforum.php?forum_id=12387 I hope this blog can be easy and usefull for all the people Val. -------------------------------------------------------------------------------- Comments by Webmistres on Jun 11, 2007 1:45:31 pm [homepage] very usefull..Thanks Valerie by Miss Nancy on Jun 13, 2007 3:42:08 pm [homepage] o.k., merci beaucoup. should prove most useful. by CaperGirl42 on Jun 18, 2007 1:35:19 pm [homepage] Thank you hun- been tryin to figure this out- hehe- this is great for me...thanks you sweetie! by Virtual_World on Jun 27, 2007 8:48:08 am [homepage] Thank you. It is very useful for a beginner like me. Say Something Member Links Site Mail Become a Member Video Center Terms Of Service Copyright Policy Advertising Affiliate Program FAQ / Help Login Sub-Communities Select Community2D Graphics3DS MaxAmapi 3DBryceCarraraCinema 4DDAZ/StudioFractalsLightwaveMayaMojoWorldPhotographyPoserRhino 3DTerragenUV MapperVue Tip of the Week Sunday, January 18 You can add an artist to your favourites, or just a single image, so you can quickly find them later. Find out more MarketPlace MarketPlace Home What's New! What's Hot Sale Items Render Rewards Gift Certificates Customer Support Refund Policy MarketPlace EULA Selling Products Vendor Control Room Select Department2D3D Studio MAXBryceCarraraCinema 4DLightwaveMayaModelsPoser or DAZ StudioShippable ItemsSoftwareStock PhotographyThemedVue R'osity LinkShare 3D Valley Poser FreeStuff Virtualite POSER++ RadiantCG POSER GIRLS BAT laboratory Baumgarten Enterprises Yvonnes.net Infinitee Designs Shifted Reality Runtime DNA ratatak Studio Maya Free the models Bright Skies Stormi's Touch 3DXO 3dplants.com ANS Graphics visionary - places SturkWurk.com ThorneWorks The Art of 4thorder Weird-Art why be normal? Add/Edit Listing More Listings Sign-up For Our Newsletter Home | Marketplace | About Us | Free Stuff | Galleries | Forums | Tutorials | Contests | FAQ Expect More from Bondware's Website Design Tools Email Marketing & Web Design | eCommerce, HOA, Publishing, Non-Profit, Intranet, Real Estate & Association Websites