Website Building » Wix » How Do I Add a Header on Wix?

How Do I Add a Header on Wix?

Last updated on January 3, 2023 @ 9:44 pm

There are a few different ways that you can add a header on Wix. One way is to use the Wix editor.

Simply click on the “Add” button and then select “Header” from the drop-down menu. This will add a header element to your page.

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

Another way to add a header is to use the Wix HTML code editor. In the code editor, you can add your own HTML code to create a header element. To do this, simply add the following code:

<header>This is my Header</header>

You can also style your header text using the <p>, <b> and <u> tags. For example, if you want your header text to be bold, you would use the <b> tag like this:

<header>
<b>This is my header</b>
</header>

If you want to underline your header text, you would use the <u> tag like this:

<header>
<u>This is my header</u>
</header>

You can also style your header text using CSS. To do this, simply add the following code to your page:

<style>

    header {

        font-weight: bold;

        text-decoration: underline;

    } </p>
PRO TIP: If you are not familiar with HTML or CSS, we do not recommend adding a header on Wix. Wix is a website builder that allows users to create and edit HTML code, which can be used to add a header to a website. However, if you are not familiar with HTML or CSS, you may accidentally delete important code or break the layout of your site.
Kathy McFarland

Kathy McFarland

Devops woman in trade, tech explorer and problem navigator.