Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added login.html code #923

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Soham23MM07
Copy link

This pull request updates the HTML document to include a variety of basic elements, showcasing the fundamental structure and syntax of HTML. The changes include:

Added headings (h1) for section titles
Included links (a) and images (img) to demonstrate multimedia integration
Created lists (ul, li) to display block and inline elements
Built a basic table (table, tr, th, td) to demonstrate tabular data
Introduced forms (form, label, input, button) with various input types (text, password, checkbox, date, URL)
Added a dropdown menu (datalist, option) for user selection
Included a progress bar (progress) to demonstrate dynamic content
Created a textarea (textarea) for user input
Organized form elements using a fieldset (fieldset, legend)
These changes aim to provide a comprehensive example of HTML's basic elements and their usage. Please review the updated code and let me know if you have any questions or concerns.

Related Issues: [Insert relevant issue numbers or links, if applicable]

Changes:

[Insert a brief summary of the changes made, or a link to the diff]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant