|
Post by aClubSandwich from windsor on Sept 5, 2009 16:25:12 GMT -5
Clickable Link: <a href="http://google.com>GOOGLE</a> will come out like this ----> GOOGLE
But, say you want your link to open in a new window You would simply add this... <a href="http://google.com" target="_blank">GOOGLE</a> Image Embed:
<img src="http://abcdefu.files.wordpress.com/2008/06/firefox.jpg" /> You would replace the url with the url you want for you picture. It would come out like this ---> Background Color:in your body tag you would add your color... <html> <body bgcolor="silver"> Hi, this is the body and the background color is now silver xD </body> </html> Embed Video: <embed src="http://youtube.com/randomvideo/testing/" autostart="false" />
and you can make it autostart by changing the false to a true, just put the url of the video you want in the correct spot and..voila Adding Comments in your scripts:<!--This is the important part of my script, must pay attention. --> That will not show up in your final outcome, only in the script itself.
|
|
|
Post by Hauskaz on Sept 5, 2009 16:32:19 GMT -5
Embedding a background colour into HTML is severely depreciated in both HTML and XHTML. CSS stylesheets are the preferred method.
|
|
|
Post by aClubSandwich from windsor on Sept 5, 2009 16:46:34 GMT -5
So
|
|
|
Post by Hauskaz on Sept 5, 2009 17:22:46 GMT -5
body { background-color: black; }
|
|
|
Post by aClubSandwich from windsor on Sept 5, 2009 18:23:17 GMT -5
You know so much about html ><
|
|
|
Post by Hauskaz on Sept 5, 2009 19:49:34 GMT -5
I absorb dick as a designer, but I'm up and all over all the standards.
|
|
|
Post by aClubSandwich from windsor on Sept 5, 2009 19:53:05 GMT -5
What? ._.
|
|
|
Post by Hauskaz on Sept 5, 2009 22:17:40 GMT -5
I have no artistic merit at all, but I'm completely competent with XHTML, CSS and all that fun.
|
|