LinkedIn Interview Question

The interviewer gave me basic HTML and CSS that created tabs and content and then told me I had to code in Javascript to make the right content show when the corresponding tab was clicked (when one tab is selected, the content of the other tabs are hidden).

Interview Answer

Anonymous

Oct 15, 2013

Linkedin is really big on semantic markup so definitely keep that in mind when doing things. Also, just make sure you understand the little things of HTML, CSS, and Javascript and you should be fine.

1