0% found this document useful (0 votes)
21 views2 pages

Week 1 Internship Report Shelton

Uploaded by

mogehojoru
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

Week 1 Internship Report Shelton

Uploaded by

mogehojoru
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

KAPsLOCK

Student Weekly Internship Report

For Week Ending : 13-05-2024


Intern Name : Shelton Coutinho
Organization : KAPsLOCK

Hours Worked: 20 hours


Day Date Hours Worked
Monday 08-04-2024 4 hours
Tuesday 09-04-2024 4 hours
Wednesday 10-04-2024 4 hours
Thursday 11-04-2024 -
Friday 12-04-2024 4 hours
Saturday 13-04-2024 4 hours

Weekly Summary

Week 1: Introduction and Project Setup


• Objective: Understand the basics of HTML.
• Tasks Completed:
o Set up the development environment with a code editor (e.g., Visual Studio
Code).
o Created an initial project folder structure.
o Explored HTML tags and their attributes.
o Styled a simple webpage using HTML.
o Created a Simple HTML webpage with Forms.
• Codes Used:
o HTML Syntax:
HTML syntax is the set of rules and conventions used to write HTML
documents. It includes:
• Elements: Basic building blocks defined by tags.
• Tags: Keywords enclosed in angle brackets, like, and
• Attributes: Provide additional information about elements, written
within the opening tag, such as class, id, and herf.
• Content: The text or other elements nested between opening and
closing tags.
o HTML Tags define the structure and layout of a web document. Some
common HTML tags include: • : Root element that wraps the entire
document. • : Contains meta-information like
o Syntax for from tag:
<form>
.
form elements
.
</form>

The <form> element is a container for different types of input elements, such as: text fields,
checkboxes, radio buttons, submit buttons, etc.

The HTML <input> element is the most used form element.


An <input> element can be displayed in many ways, depending on the type of attribute.

Type Description
<input type="text"> Displays a single-line text input field
<input type="radio"> Displays a radio button (for selecting one of many choices)
<input type="checkbox"> Displays a checkbox (for selecting zero or more of many choices)
<input type="submit"> Displays a submit button (for submitting the form)
<input type="button"> Displays a clickable button

• Output:

Conclusion:
Overall, this week was productive in advancing the development of smart education
modules focused on basic HTML. I look forward to building upon these achievements and
contributing further to the success of the project

Date: 13-04-2024

You might also like