Search⌘ K
AI Features

Add the Header Component

Explore how to build and integrate a Header component in your React personal portfolio. This lesson guides you through adding semantic HTML elements to display your name and designation, enhancing your project structure and presentation.

We'll cover the following...

We’ll add our name in the Header component. Here, we use John Doe as our demo name.

Add the name

We use the HTML semantic element header to wrap ...