Adding Structure to a Website
HTML is the main language one might choose to add structure to their website. HTML is “domain-specific,” meaning that it is a language used for specific tasks. HTML is the standard for creating websites, and alongside CSS and JavaScript is one of the three core technologies of the web. HTML can be used to create both dynamic websites and static websites. Pros of HTML have been described as that it’s easy to learn, and has a wide range of applications, while cons are that it can be difficult to scale due to a lack of modularity.
Leave a Reply
You must be logged in to post a comment.