Introduction To HTML
Introduction To HTML
Introduction to
HTML
Ts. Dr. Rashidah Mokhtar
BK79, UiTM Cawangan Johor Kampus Segamat
H/P: 0197333604 || 2837
Email: [email protected]
Agenda
01. Overview 02. Effective HTML
HISTORY OF HTML
• Developed by Tim Berners-Lee at Particles Lab, Geneva
• Was popularized by the Mosaic browser developed by
computer scientists of University of Illinois, US
• In 90’s, it has blossomed with the explosive growth of the
web.
• The first publicly available description of HTML was a
document called HTML Tags, first mentioned on the
Internet by Berners-Lee in late 1991. It describes 20
elements comprising the initial, relatively simple design of
HTML. Except for the hyperlink tag, these were strongly
influenced by SGMLguid, an in-house SGML based
CSC264: Introduction To Web And Mobile Application
documentation format at CERN.
8 July 19, 2024
Click icon to add picture
CSC128: Introduction
907/19/2024
https://www.feelingpeaky.com/9-principles-of-good-web-design/#:~:text=An%20effective%20website%20design%20shoul
d,contribute%20to%20good%20website%20design
.
A well designed website can help build trust and guide visitors to take action. Creating a great user experience involves making sure your
website design is optimised for usability (form and aesthetics) and how it easy is it to use (functionality).
HTML EDITOR
There are many editors available nowadays:
• Aardvark Pro
• Adsorb
• Ant-HTML
• Crackerjack
• Dreamweaver
• FrontPage
• Hotdog
• Netscape Composer
• Web Publisher
• Notepad++
<html>
<head>
<title>My WebPage!</title>
</head>
<body> Hello World! All my content goes here!
</body>
</html>
• https://www.w3schools.com/html/html5_intro.asp