Tag:Web page making
-
Pay attention to the application of HTML tags in web page making
This paper introducesWeb page makingSome problems of using HTML tags that should be paid attention to in learning.HTML has tried to remove performance and move towards content, leading to such a basic principle: fromperformance(CSS)Content meaning(HTML)。 This will reduce the weight of web pages, because a set of presentation instructions (in the form of external CSS […]
-
Let’s take a look at these so-called specifications before making web pages
This paper sorts out someWeb page makingLet’s take a look at these so-called norms first. I hope they will be helpful to you.Web page makingLet’s take a look at these so-called norms first. I hope they will be helpful to you.01 file naming conventions The principle of file naming: achieve the most understandable meaning with […]
-
Web page making Beginners: learn to use HTML hyperlink a tag
Hyperlink a mark represents a link point, which is short for anchor in English. Its function is to connect the text or picture of the current position to other pages, texts or images, which is well known, but its grammatical structure may be a little unknown, and to use it alive, it must understand its […]
-
Some points of using standard HTML code in web page making
The most common mistake many website designers make is that when their web pages can be displayed normally under ie, they think their code is correct. They even often see people complaining that their website ranking is not ideal. A simple look at their website can find that HTML code is full of all kinds […]
-
H mark should be used reasonably in web page making
HTML tags have special tags to handle the title on the page. They are H1, H2, H3, H4, H5 and H6. Like feudal society, H1 is the Almighty monarch and H6 is the lowest people. Copy code The code is as follows: <h1>Main title, write here</h1>< H6 > sub title, written here < / H6 […]