From the above nav bar figure I was inspired by insider .In Insider they use many
unknown tag and attributes which I was unaware and hard to understand but somehow I figure out a way to match the nav bar same as Insider.
In insider they use an ul tag for listing and giving them external css like display:inline and giving header an achor tag.Where as I used an
nav bar as a table form, which I am comfortable to match nav as Insider, I used an hover menu class by using external css.
The following shows while inspecting both home webpage where insider looks very complicated:
From the above footer they use an attribute called target ="_blank " in an anchor tag which opens the all the content on the another webpages,
which was quite easy for the user to open the webpage directly in another tab.
The following shows the inspection of both webpages.
While reading different article I found that in anchor tag we can give a id like href="#education" "#" represent and call the same id
in another div through id="education.From this research what i found that while clicking anchor tag it will send to main topic of the education on the same page.
For example clicking On Culture will scroll down to the defination of culture.
The following is the inspection of both webpage.
While doing footer research, I found an another anchor tag href="mailto:hello@innovativetech.co in the innovatetech website which was new for me and I added to my anchor tag also href="mailto:np01cp4s210339@islingtoncollege.edu.np" while clicking the gmail logo user can send to mail me directly.
From the above contact figure I have compare to the right side photo and give design by myself. User is asked to fill up fullname, email, date of birth , rate us with 5 star and how can I help you.Through the button on the bottom,function is called and alert the the user to fill the form if the input are empty else it will altert thank you for contact information and feed-back.