Self Intro

Pradeep N
2 min readMar 26, 2023

--

Hi,

Am Pradeep, welcome to my blog

first of all, tell us am studying for a diploma in civil but working as a Graphic Designer in Banglore, working with 6 years of experience and developing my career to learn java full stack and working on my own try-to-self projects, so share my experience with all

My First Project in trying to Front-End :

Basically, use HTML tags only and create an iPhone website model Front page simply uses tags

Example :

Basic Tags list :

<h1>,<h2>,<h3>,<h4>,<h5>,<h6> — — these tags are called headline tags use to create pages

<a> — — these tags are called Anchor tags used to reference tags page load with next tab

<image> — — — these tags are used to insert images in website pages

<i frame> — — — these tags are used to page load in a smaller size in other pages view in one page

For example, write in snipe-code ;

<html>
<body>
<h1>Welcome to my blog </h1>
<a href="insert link" target=_blank>Clicklink</a>
</body>
</html>

Empty tags list ;

<image>,<input>.<hr>,<br>,

Basically used tags and upload the host via GitHub

Github :

it‘s a one of cloud storage used for file storage in the cloud and hosting our projects for free

so many commands are input in the command prompt

like us example ;

git init - - to first git initiate to our folder
git add. - - - - add git in the cloud
git status - - check the folder in our drive

so many commands are used to upload the project to cloud storage

Conclusion ;

this is my first blog basically an intro and tells my first project let’s wait for more projects to share with you….

https://kutty1329.github.io/Apple/ — — my first hosting page

Thank you……

--

--