Theory Notes/🌐 Topic 4: Internet Technologies/10.4.2
10.4.2Grade 10— 🌐 Topic 4: Internet Technologies
Internet services technologies
Internet services technologies
Full notes coming soon — here's what the syllabus covers for now:
What are Internet services technologies?
Usability of web pages/sites
Compare usability issues such as readability, navigation, consistency, layout, typography
How does this relate to user interface design?
Overview of web development
Concept of a web page as a file that contains text and HTML and/or XHTML code
Tags and elements of a web page
Web design principles
Exploring a simple HTML editor with basic HTML code to view tags and elements
Utilising an HTML preview tool to explore some of the functionality and purpose of the various tags: <html> display: <head> Basic <title>Hello HTML</title> Document <html> </html> <head> </head> Tags <title> </title> <body> </body> Heading </head> <h1> Elements <h2> <body> </h1> <h3> </h2> <p>Hello World!</p> </h3> Text </body> </html> <p> </p> Elements <br /> As an optional extension, learners could create simple web pages using HTML/ <b> </b> XHTML and a text editor such as Notepad using the following: <i> </i> Image <img src=”image file” alt=”image file” /> Ordinary <a href=”http://www.linkme.com/”>Link-text </a> Links