Have you failed a job interview?
Send us your job interview questions and get correct answers.
How do you position an element on the screen to the right or left?
Experience Level: Junior
Tags: CSS
Answer
img {
float: right;
}
img {
float: left;
}
Related CSS job interview questions
How do you set background color using CSS?
CSS JuniorWhat are the biggest problems that make your web page look unprofessionally?
CSS JuniorHow do you set font of the text for some element?
CSS JuniorHow do you set size of the text for some element?
CSS JuniorHow do you style the element to have rounded corners?
CSS Junior