03CIT4053 Lecture 1 HTML
03CIT4053 Lecture 1 HTML
Lecture 1:
Introduction to HTML
Assessment Components
• Assignments 35%
• Assignment 1 – 15%
• Assignment 2 – 20%
• Test 15%
• Project 50%
Web Client-Server structure
What is HTML?
• https://code.visualstudio.com/Download
• Install VSCode
• Install HTML5 Extension Pack
• Extension > Install HTML5 extension pack
HTML Structure - Tags
<HTML>
<HEAD>
<TITLE> Example </TITLE>
</HEAD>
<BODY BGCOLOR=“black” TEXT=“white”>
<BASEFONT SIZE=7>
This is where you would include the text and images on
your Web page.
</BODY>
</HTML>
Inserting Images
Drop-down Menu
Radio Buttons
Checkboxes
Text Area
Reset Button
Submit Button
The Form Shell
<B>Comments?</B>
<BR>
<TEXTAREA NAME="Comments" ROWS=10
COLS=50 WRAP>
</TEXTAREA>
Creating Radio Buttons
VALUE="Navy">Navy
<INPUT TYPE="checkbox" NAME="Color"
VALUE="Black">Black
Creating Drop-down Menus