can someone pls tell me the HTML code and how it works? I am trying to put graphic and colors in my website.?
Many thanks.
Public Comments
- http://www.petitiononline.com/PP896/petition.html Save pluto!
- Try a blogger.com first. Post some content into it & then you can try tweaking stuff & see how does it show. Its a good way & fun way to learn HTML & CSS
- This isn't a simple question. Learning the basics of HTML isn't that challenging but it definitely takes time and some tinkering around. That being said some of the best beginners tutorials on HTML and lots of other stuff relating to making websites may be found at www.w3cshools.com I suggest taking a look at their sections on HTML and CSS to get started. However, I will try to take a swipe at your question in parting: to place an image on a webpage <img src="path and filename of image here" alt="description of your image here" /> to place a background image on your page using only HTML <body background="path and filename of image here"> if you want to add some colored elements and whatnot that's most likely going to require CSS and you'll definitely want to refer to the tutorials on W3C Schools for that. Good Luck!
- for images the html source code is: <img src="http://yourimage.jpg"> Colors... well it's pretty easy <font color="blue"> this will be blue text. </font> you can replace blue with the html# code (such as FFFFFF or FFE1D or something like that. if you have Photoshop, it's easy, it'll list the code in the color picker. There are also lists of web colors online. just search for "websafe colors" or something) If you want a background color or image on your site, the code is <body bgcolor="white"> or <body background="imagegoeshere.jpg"> for an image. Check out http://www.htmlgoodies.com for more info. Good luck! :)
- I'd recommend going through a basic HTML tutorial-- you can find them for free by typing "Basic HTML tutorial" into any search engine. For a very simple page, you can type the following into notepad and, when you save it, make sure you follow the name with ".html". For example, if you want to save your site as HOME, save it by typing HOME.HTML so that it will save as a web page. <HTML> <BODY BGCOLOR=ORANGE> <CENTER> <FONT SIZE=3> Hello! This is my first web page. The background color is orange, and the font is centered in the middle of the page. The BR below causes a line break. <BR> If you want to put an image in the page, use the following format: <IMG SRC="the_url_of_the_image.jpg"> </IMG> </BODY> </HTML>
- http://www.horselandlayouts.cabanova.com/ It's MY WEBSITE I made it myself. If you need more help go to http://www.lissaexplains.com/ otherwise I can answer any other question you have : )!!!!!!!!!!!!!! You can also get practice by getting an account on http://www.horseland.com/ Get photos/other stuff at: http://www.tinypic.com/ (UPLOAD AND FIND PHOTOS) http://www.photobucket.com/ (UPLOAD AND FIND PHOTOS) http://www.starlightmks.com/ (FREE STUFF FOR YOUR SITE)
Powered by Yahoo! Answers