Post: How to put image/audio in HTML
12-27-2012, 07:16 PM #1
KingcreekS
NOTHING IS IMPOSSIBL
(adsbygoogle = window.adsbygoogle || []).push({}); How to put images

1-Search the photo in google
2-Copy the URL link (right click on copy URL)
3-Put the link in your HTML code, example:

    
<p>Put text here</p>
<img src="https://1.bp.blogspot.com/-FetJ95iOudg/T0P-hw7knGI/AAAAAAAANz8/oqR-y2y869o/s1600/anonymous-mask.jpg" alt="ANONYMOUS" width="560" height="420">

//you can put whatever width and height you want.



How to put Audio

1-Download the song that you want to put.
2-Put the name of your song saved , first put it in format "ogg" and then in ".mp3-mpeg".

Example:
    

<P>Song</P>
<audio controls>
<source src="nombredelacancionguardada.ogg" type="audio/ogg">
<source src="nombredelacancionguardada.MP3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>


I hope you enjoy , thx
(adsbygoogle = window.adsbygoogle || []).push({});
12-27-2012, 08:13 PM #2
Pure_
Do a barrel roll!
You should elaborate further, ie how does the alt attribute effect the browsing experience of the user.
The second part is pretty much a copy and paste from w3schools...

edit: I didn't see that you were using C-styled documentation, I'm pretty sure that HTML uses <!-- content -->
12-27-2012, 08:16 PM #3
KingcreekS
NOTHING IS IMPOSSIBL
Originally posted by another user
w3schools...


i only get the command from w3schools
12-27-2012, 08:23 PM #4
Pichu
RIP PICHU.
Even better.. buy a HTML/CSS3 book. Get javascript books. Then get a HTML5 book.

Still nice tutorial OP.
12-27-2012, 08:58 PM #5
KingcreekS
NOTHING IS IMPOSSIBL
thx dude , do you know some books online?

---------- Post added at 03:58 PM ---------- Previous post was at 03:55 PM ----------

Originally posted by Pure
edit: I didn't see that you were using C-styled documentation, I'm pretty sure that HTML uses <!-- content -->


yes html use that commenad but i put // because its easier
12-31-2012, 11:50 PM #6
Dan
I'm a god.
Originally posted by Palomo View Post
thx dude , do you know some books online?

---------- Post added at 03:58 PM ---------- Previous post was at 03:55 PM ----------



yes html use that commenad but i put // because its easier

Just Google some PFD's.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo