Projects to brush up on your Html skills
(only HTML)

πŸ§΅πŸ§΅πŸ‘‡πŸ‘‡ Image
1. HTML personal website

create your portfolio website and use as many tags as possible for your portfolio like <table> tag , <img> tag,<hr> tag etc.

demo projects snapshot

πŸ‘‡πŸ‘‡ Image
2. Documentation page

create your own documentation page for your notes and report with your own functionality and practice all links, heading, and paragraph tags.

demo project snapshot

πŸ‘‡πŸ‘‡ Image
3. Survey form

create your own survey form for school, college, and your research, and practice your all form tag.

demo project snapshot

πŸ‘‡πŸ‘‡ Image
4. Timetable

create a timetable for your school and for yourself and practice all the table tags with the project.

demo project snapshot

πŸ‘‡πŸ‘‡ Image
05. Tribute page

create a tribute page for your favorite personality and use different tags to make this page

demo project snapshot

πŸ‘‡πŸ‘‡ Image
06. These are some demo projects you can create only HTML to practice Html tags you can add more projects in it. If you think this thread helps you to learn something retweet this thread with your project's ideas.

source code link

πŸ‘‡πŸ‘‡

github.com/Ravikumar7210/…

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Ravi Kumar

Ravi Kumar Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @ravikmmr

14 Jul
Github command that you should definitely know

πŸ§΅πŸ§΅πŸ‘‡πŸ‘‡ Image
01. Git config

this command is used to set up a name or email that is associated with your GitHub account and link-local machine to Github.

syntax :
git config –-global user.name β€œ[name]”
git config -–global user.email β€œ[email address]”

πŸ‘‡πŸ‘‡ Image
02. Git Init & GIt add

cd // used to change directory

git init [repository name] // used to initalisize your repository

git add [file] // used to add your repo into a staging area

git add . // used to add all files Image
Read 9 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(