HTML IDE
After understanding HTML page structure and meaning of different HTML tags now the question is how to run this HTML code ?.There are different HTML text editor namely Notepad++,Bracket etc.I choose bracket text editor to run my HTML code.
Why Brackets?
Brackets is open source lightweight,more powerful text editor.This contain three most important features which is Inline editor,Live Preview,Prepossor support which makes Brackets as a better text editor among others.
Write the suitable HTML code:
I refered HTML tutorials from W3Schools.com website and also donload html free templete from Free-css.com and start implementing it accordingly using Bracket text editor.Using HTML tags i start building my web page.As per the different sections of Web page we need to used respective HTML tags in perticular part of the webpage.Rembember that every tag which is open need to be closed .Following screenshot elaborate you the used of HTML Tags as per the webpage structure.
Once we finished HTML code save it
LAUNCH HTML WEB PAGE USING WEB BROWSER
Very happy to see my webpage by write click on HTML page and open with web browser..
ROLE OF VERSION CONTROL IN DEVELOPMENT
Version control, also known as source control, is the practice of tracking and managing changes to software code. Version control systems are software tools that help software teams manage changes to source code over time. As development environments have accelerated, version control systems help software teams work faster and smarter.
VERSION CONTROL
There are different version controls presents.Out of this Git is a free and open source distrubeted version control system designed to handle everything from small to very large projects with speed and efficiency.
GET GOING WITH GIT
To used git please follow the following instructions.
Download git bash.
Go to link and Sign in the Gitlab account which is shown below.
Go to the Fab cloud, Enter username and password.
Once the Git Bash opened , configure it as shown below.
Generate the PUBLIC/PRIVATE rsa key using following command:
(ssh-keygen -t rsa -C "yourmailID" -b 4096)
Then copy the key using following command:
(cat ~/.ssh/id_rsa.pub | clip)
Then to paste ssh key to fabcloud account run the following one
Following screenshot demonstrate the way to excute the above
configure global user name and mailid
{git config --global user.name "USER NAME"}
{git config --global user.email "your mailID }
how i push my work on Fab cloud?
Finally you can see web page on Fab Academy 2021 page.
Link/Download
Read the Fab-charterStudent Aggrement