Web Programming Some developers may argue that the path through front end develo
ID: 3909978 • Letter: W
Question
Web Programming
Some developers may argue that the path through front end development begins with HTML, while others may consider it a more archaic form of web development as the capabilities of web browsers and web development tools increase. (For example, if you replace “<p>This is a paragraph</p>” with “This is a paragraph” you don’t see much difference on a browser.)
In your opinion, why do we learn HTML if the HTML tags do not seem to make much of a difference? What is the “job” of HTML? Should we continue to teach HTML? In your answer, be sure to distinguish between the structure and presentation of a web page.
Explanation / Answer
<p>This is a paragraph</p>” with “This is a paragraph” you don’t see much difference on a browser when you dont want add any presenetation it will not make much difference what if you want add presentation to “This is a paragraph”?. if you write the content inside the HTML structure we can access that element and can add required presentation
Structure:
putting the content inside the HTML tags
Presentation:
Adding styles or graphics to the Contents inside the strucure
Few of the Html tages does not make difference but most of the html tags will make difference so you should teach them HTML inorder to understand the CSS and JS or any other server scripting languges. HTML is the basic the to starts the web programming
Note: Please comment below if you require any further discussions
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.