Interactive Design Exercise 2
Exercise 2
In this class, the teacher taught us how to create a small website to introduce ourselves.
With the development of the internet, the way people access the web has expanded from keyboards, mice, and monitors to mobile phones, tablets, and voice-activated devices. This diversity makes adherence to web standards even more important. Web standards, developed by the W3C (World Wide Web Consortium), aim to ensure that web pages display and are accessible across different browsers, operating systems, and devices. Adherence to standards not only improves website compatibility and accessibility but also facilitates collaboration and web maintenance among developers. The basic structure of a web page is composed of HTML, which uses tags (such as <h1>, <p>, and <a>) to define content such as headings, paragraphs, links, lists, and images, providing the browser with the semantics and hierarchy of the page. The process of accessing a website is essentially the browser using a DNS server to locate the server hosting the target web page and then present the webpage content to the user. Overall, web standards make the internet more open and unified. Understanding the structure and tag usage of HTML is the first step in understanding web design and development.
Exercise introduction
Here are the website that i create.
Here is my code
Comments
Post a Comment