Hello friends, happy day! Lately I have been practicing HTML to perfect my coding technique… I came across the topic ´´Semantic HTML´´ and the following questions arose:
Is it necessarily necessary to combine html and semantic html to code or can I just learn to code with semantic html (or vice versa)?
If I can only learn to code with semantic HTML, would that be an impediment to getting my first job as a front-end developer? Obviously I would know how to handle both, it would only be if I had the option to just use semantic HTML
Would semantic HTML coding allow me to use CSS and JavaScript?
From the standpoint of a new learner, the main focus will be well-formedness, which is the first priority of semantic markup. Until we learn how to structure a well-formed document, it’s pointless to drill into semantics. Learn HTML from the ground up, and don’t discount old markup or overrate new markup. The elements we use don’t matter to the rendering engine; they are only specific in nature for the sake of the human reader, and to aid the author in self-documenting their markup.
All HTML works seamlessly with CSS and JavaScript. Again, forget about the ‘semantic code’ and concentrate on writing good structure that follows a document outline. No one tag offers more than any of the others in the same group.