Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How can i make a picture in html?

  • 2 답장
  • 2 이 문제를 만남
  • 12 보기
  • 최종 답변자: Moin Shaikh

more options

How can i insert an image in html script. I want when people visit me website they can see a picture. But how can a insert a pictrue from my laptop to my html script?

How can i insert an image in html script. I want when people visit me website they can see a picture. But how can a insert a pictrue from my laptop to my html script?
첨부된 스크린샷

선택된 해결법

Waterlely said

How can i insert an image in html script. I want when people visit me website they can see a picture. But how can a insert a pictrue from my laptop to my html script?

Hi Waterlely, inserting image in html is very easy but you will need the image to be hosted on your website first, also pls specify if you are using any CMS (Content Management System like Wordpress etc.) ?


Insert html image like this:

See live example here:

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (2)

more options

선택된 해결법

Waterlely said

How can i insert an image in html script. I want when people visit me website they can see a picture. But how can a insert a pictrue from my laptop to my html script?

Hi Waterlely, inserting image in html is very easy but you will need the image to be hosted on your website first, also pls specify if you are using any CMS (Content Management System like Wordpress etc.) ?


Insert html image like this:

See live example here:

more options

Waterlely said

How can i insert an image in html script. I want when people visit me website they can see a picture. But how can a insert a pictrue from my laptop to my html script?

Hi Waterlely, inserting image in html is very easy but you will need the image to be hosted on your website first, also pls specify if you are using any CMS (Content Management System like Wordpress etc.) ?


Insert html image like this:

See live example here:

Moin Shaikh said

Waterlely said
How can i insert an image in html script. I want when people visit me website they can see a picture. But how can a insert a pictrue from my laptop to my html script?

Hi Waterlely, inserting image in html is very easy but you will need the image to be hosted on your website first, also pls specify if you are using any CMS (Content Management System like Wordpress etc.) ?


Insert html image like this:

< img src="http:domainname.com/image.jpg" alt="image's alternative text" "width="" height="" >

See live example here:

See this simple tutorial: http://www.w3schools.com/html/html_images.asp