0
Which css tags should be written in the html code
6 Réponses
+ 2
try to build a simple website without styles and gradually add them step by step (see how it will be transformed), or find a sample, take it as a basis and try to make a complete copy of it yourself
0
html tags you attach id(#a) or class(.body), then in css file you refer to class or id and assign them specific properties
0
what tags what you assign and assign certain styles you decide. tags to which specific styles have not been defined will be displayed by default styles, which are determined by the browser itself. each browser has its own.
0
I'm sorry I typed my question incorrectly
0
the ones you need to properly display the conceived style of your site
0
tanks alot