My first live website of HTML on Vercel.

A journey toward being a Front-End Developer.

Hello everyone ,my front-end journey has started with an introduction of the entire modules, which will be covered in my semester. Some of the modules I am listing below:-

1.)LANGUAGES:-

a.)HTML(which is a structure of the website).

b.)CSS(which is used for designing the website).

c.)JS(which we used for functioning of the website).

these are the building blocks of any FRONT-END DEVELOPMENT.

2.)Front-end frameworks :-

a.)BOOTSTRAP (It includes a comprehensive set of CSS and JavaScript components.).

b.)REACT(It is a JavaScript library for building user interfaces.).

c.)ANGULAR( It provides a structured approach to building dynamic web applications.).

These are for help streamline and standardize the process of building the user interface of a website or web application.

3.)Version Control/GIT-GITHUB:-

1.)git init

2.)git add README.md

3.) git commit -m "first commit"

4.)git branch -M main

5.)git remote add origin https://github.com/yashraj-shri17/Yashraj_resume

6.)git push -u origin main

By writing these you can push your entire code to the GitHub and let the world know, what code, which projects or assignments you have done. So basically, this all is going to be my modules for my FRONT-END JOURNEY.

USING HTML,ALONG WITH GITHUB AND VERCEL.

So the day has come for me to code for my first website.

1.)HTML ROLEPLAY

So the first thing we understand was about of:-

  • Emmet Abbreviation\=In this I get to know that, by using some Emmet's ,how easy it becomes for someone to code and not write the repetitive code. This saves a lot of time and also decreases the chances of error.

  • **Tags=**In this i get to know that, they are elements used to structure and define content within a web page. HTML tags consist of a tag name enclosed in angle brackets, with the opening tag at the beginning of the content and the closing tag at the end. example:-html,header,body,title,h1,p,a,ul,ol etc.

  • **Attributes=**In this i get to know that, attributes provide additional information about HTML elements. They are used to modify the behavior or appearance of HTML tags.

  • 2.)GitHub ROLEPLAY

  • After writing some code and creating readme.md file, the time has arrived for me to push my code of html into GitHub. Where the role of GitHub comes that it helps to make your website live.

  • 2.)Vercel ROLEPLAY

  • Vercel can integrate directly with GitHub repositories, allowing for a streamlined deployment process. This integration enables developers to deploy their projects on Vercel with just a few clicks, making it a seamless experience.

  • AND AFTER DOING ALL OF THIS , I DID MY FIRST WEBSITE LIVE.HERE'S THE GLIMPSE OF IT.

  • This is the URL:https://yashraj-mocha.vercel.app/

  • THANKYOU FOR READING :)