Learn CSS from the Best Tutors
Search in
When developing web sites there are three layers
1) Content Layer (HTML)
2) Presentation (CSS)
3) Behaviour Layer (Javascript)
To insert the image we use HTML
<img src ="name.extension">
the image file and the HTML page must be in the same folder.
to maniuplate the image we use embeded CSS ( CSS inside the HTML tag)
<img src="html5.gif" alt="HTML5 Icon" style="width:128px;height:128px;">
this is for width and height
alt = alternative text if the image does not appear the text will appear.
If you want image float to the right or to the left of a text use the CSS float
property
<p><img src="smiley.gif" alt="Smiley face" style="float:right;width:42px;height:42px;">
The image will float to the right of the text.</p>
<p>
<img src="smiley.gif" alt="Smileyface" style="float:left;width:42px;height:42px;">
The image will float to the left of the text.</p>
Reference
https://www.w3schools.com
read less
Related Questions
Why is HTML is used in Web Application?
Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com
Ask a QuestionRecommended Articles
Skills Required to Become a Front End Web...
Today, no business can exist without having its own website to interact with its customer base. Having a website is no more restricted to the big MNCs. With the advancement in technology and global business, even the small enterprises are spending on having their own websites and development teams. The person works on web...
Why Should you Learn HTML
Since the world today is ruled by the Internet, everyone desires to build a website for either business or personal interests. HTML or Hyper-text Mark-up Language is a globally standardized language which used to format web pages. By using HTML, the appearance of text, links, images and almost every part of a web page could...
Learn Hadoop and Big Data
Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...
Make a Career in Mobile Application Programming
Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...
Looking for CSS Training?
Learn from the Best Tutors on UrbanPro
Are you a Tutor or Training Institute?
Join UrbanPro Today to find students near youThe best tutors for CSS Classes are on UrbanPro
The best Tutors for CSS Classes are on UrbanPro