1. Use frameset, frame and iframe to realize multiple windows 2. Use the mapping distance usemap on the picture to realize button jump. ------ Episode 8 End
4.fieldset tag -> legend, label 5. You can only use margin-top and margin-left to position the div’s distance from the page margin. 6. padding-top and padding-left position the distance between the elements in the div and the div margin 7.The default hyperlink is link. You can set the hover attribute and visited attribute 8. Four selector priorities: id selector (#) > class selector (.) > html selector > wildcard selector (*) 9. Parent-child selector, such as #id1 span{}----->similar to a.clas1{};a.clas2{} 10. An element can have both an id selector and a class selector.
13. Inline elements and block elements (1) Inline elements only occupy the width required to display their own content and do not occupy the entire line (2) Block elements occupy the entire line regardless of the size of their content and will wrap to display 14. Inline elements and block elements can be converted to each other. Use display:inline--block 15. CSS box model: Part 13, part 2, margin, border, padding 16. Note the default margins of some elements. So be careful to remove it. For example, 17. Positioning 18. The height and width values of inline elements are invalid. Unless converted to float or (display:block) 19. There are two things worth learning from the cute house at the end of episode 20. One is the dynamic background image of the link menu bar. The above PHP-HTMLhtml important knowledge points note (must read) is 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. |
<<: Introduction to the process of using NFS remote directory mounting in CentOS environment
>>: HTML left, center, right adaptive layout (using calc css expression)
Before reading this article, I hope you have a pr...
Table of contents Method 1: set: It is not a data...
I have been studying and reviewing the developmen...
1. Source of the problem A friend @水米田 asked me a...
Responsive layout systems are already very common...
As the application of centos on the server side b...
Table of contents Results at a Glance Heart Effec...
Table of contents Requirements encountered in act...
Due to hardware reasons, the machines may not kee...
Table of contents 1. Vue life cycle 2. Hook funct...
This article records the installation and configu...
1. Naming conventions 1. Database names, table na...
Achieve resultsImplementation Code html <base ...
Preface This article introduces how to use the ne...
1. Introduction: If we want to display flash conte...