Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

This week you learned that HTML is about elements and tags. Some developers may

ID: 3910250 • Letter: T

Question

This week you learned that HTML is about elements and tags. 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

HTML tags might not make much of a difference , but almost all of the sites on the internet today are HTML based. So we should definitely continue to teach HTML.

“<p>This is a paragraph</p>” may definitely turn out as the same thing in the browser , but it wont work according to you when you write bold letters in the code and expect bold letters to appear in the browser.

It will only happen when you do this:

<strong>This text is in bold </strong>

C is one of the most archaic programming languages , but it is still the most popular one along with java.

The way it works is that browsers are fed with DOMs (Document Object Models) written in HTML , browsers are able to read HTML and then render a webpage according to the HTML and then display the page as we see it.

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote