+ 3

Html??

What is the most important thing in HTML for the beginners to learn ? Whih can be helpful in php,css and so on .??

13th May 2017, 8:52 AM
Adil Balti
Adil Balti - avatar
4 Answers
+ 4
Thnxxx a lot Sir . have a good day.
13th May 2017, 11:39 AM
Adil Balti
Adil Balti - avatar
+ 3
The most important thing ito know is the html root structure, to be able to produce valid documents, even if output will almost always works, more or less as expected :P Css and Php have two very diiffrent purposes: Css is essential, as it provide a full specific language dedicated to Html style ( and more: Svg use its set of css properties, some shared with Html, and so on... ), wich had deprecated almost style features from last version specifications ( Html5 )... Pho is not essential: its purpose is to generate dynamically Html page ( or web documents ) on server side: it's used to serve documents, initially designed as a Personal Html Processor to handle html template interfaced with database content.
13th May 2017, 9:42 AM
visph
visph - avatar
+ 2
Learn up all the tags function, especially margin, padding, border, box-sizing, display, position, float, overflow, text-align, top, left, bottom, right, width and height, font, background. If you master in these tags, you can style a webpage in whatever format you wish, and would not rely on some css frameworks like Bootstrap.
13th May 2017, 9:48 AM
CalviŐ˛
CalviŐ˛ - avatar
+ 2
Learn the basics of Html..Learn to use tags of html accurately. CSS is essential for styling your html document.On the other hand before learning php make sure you have enough knowlege of html.The difference between html and pho is that html creates dead pages but php make them alive.
18th May 2017, 2:44 AM
Ali Hassan
Ali Hassan - avatar