Web page header optimization suggestions

Web page header optimization suggestions

Logo optimization:

1.The logo image should be as small as possible.
2. Generally it is put in as background.
2. Definitely add h1 tag (to improve authority)
4. Search engines are most friendly to text links. <a href="#">123456</a>
5. You can use text-indent:-9999em; to hide the text, then use display:block; to convert it to a block, and then set its height (block elements can only inherit the width of their parent)
6. Be sure to add a title attribute to improve user experience
7. The homepage logo is generally named sohulogo.png. If there is a second-level domain name news.sohu.com, the logo should not have the same name as the homepage logo, newslogo.png.

Horizontal Menu:

1. Support the label and keep it in place. position:absolute, do not write the top value, you can write the left value to adjust the position.
2. The gap must be the padding of the parent box, not the margin of the child box
3. The monitoring must be on li, not on a
4. Learn to use class "avoidance mode" - our descendant selector is a bit difficult to use, so we need to add different distinctions to different li and add styles through class
5. Don’t pursue elegant code too much

The above web page header optimization suggestions are all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

<<:  HTML6 implements folding menu and accordion menu example code

>>:  Detailed explanation of MySQL database index

Recommend

In html table, set different colors and widths for each cell

It is recommended that you do not set the width, h...

A brief analysis of controlled and uncontrolled components in React

Table of contents Uncontrolled components Control...

About Zabbix custom monitoring items and triggers

Table of contents 1. Monitoring port Relationship...

Testing of hyperlink opening target

The target attribute of a link determines where th...

Web page HTML code: production of scrolling text

In this section, the author describes the special...

Express implements login verification

This article example shares the specific code for...

How to install grafana and add influxdb monitoring under Linux

Install grafana. The official website provides an...

A complete list of commonly used MySQL functions (classified and summarized)

1. Mathematical Functions ABS(x) returns the abso...

Full analysis of Vue diff algorithm

Table of contents Preface Vue update view patch s...

Idea deploys remote Docker and configures the file

1. Modify the Linux server docker configuration f...

Summary of MySQL database usage specifications

Introduction: Regarding MySQL database specificat...

How to use CocosCreator for sound processing in game development

Table of contents 1. Basics of audio playback in ...

How to run the react project on WeChat official account

Table of contents 1. Use the a tag to preview or ...

Copy the contents of one file to the end of another file in linux

Problem description: For example, the content of ...