Search
 
SCRIPT & CODE EXAMPLE
 

HTML

set an image half its original size css

<span>
    <img src="example.png"/>
</span>
Comment

set an image half its original size css

span {
    display: inline-block;
}
img {
    width: 50%;
}
Comment

PREVIOUS NEXT
Code Example
Html :: javascript moving text from left to right 
Html :: basic video player html 
Html :: circlular waiting icon bootstrap 
Html :: fix table height html 
Html :: how to turn html5 picturee into link 
Html :: standard html starter code 
Html :: text monospace bootstrap 
Html :: how to align photos center html 
Html :: clear input file html react 
Html :: html video 
Html :: how to display google map in html 
Html :: how to display the first frame of the video element in html 
Html :: bootstrap 5 accordion 
Html :: bootstrap import 
Html :: input month in html 
Html :: how to use html shortcuts 
Html :: html quotation 
Html :: click on button fire to another button 
Html :: html css text style on a word 
Html :: how to add double space in html 
Html :: bootstrap 5 navbar not working 
Html :: uncaught error: bootstrap 
Html :: class required bootstrap 3 
Html :: how to put dowloadable resume on website html 
Html :: html code for writing text 
Html :: how to create button in html 
Html :: coreui dropdown 
Html :: html disable button tag 
Html :: HTML started template for bootstrap 
Html :: html tables 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =