Please I need lines of code for this challenge
Build & Style The UI
- Create a BUTTON element with ID of
filter-query
, and give it a CSS class ofmdc-icon-button
andmaterial-icons
. Set its text tofilter_list
. - Create a DIV element and give it a CSS class of
select
. Within the DIV, create a SELECT element with a CSS class ofselect-text
- The SELECT element should have an option that is
disabled
andselected
by defualt. Give this option any text you like, e.g “Select User” - Next, create a new DIV with a CSS class of
user-photo
. Inside it, create an IMAGE and set itssrc
to a placeholder from https://placeholder.com/ Make sure to give your IMAGE an alternate text - Next, create a DIV with CSS class of
details
andmdc-elevation--z3
. This DIV should have 5 PARAGRAPH elements, each containing a SPAN with CSS classprop
and another SPAN with CSS class ofvalue