google407ec42f1ae5ff0e.html
top of page

React Programming First Code inside App.js

Writer's picture: Yatendra AwanaYatendra Awana

import logo from './logo.svg'; import './App.css'; function App() { const title= 'welcome to my Website'; const likes=100; const link="https://www.google.com"; return ( <div className="App"> <div className="content"> <h1>{title}</h1> <p>{likes}</p> <p>{100000}</p> <p>{"hello words"}</p> <p>{[1,2,3,4,5,6,7,8,9,0]}</p> <p> { Math.random()*100}</p> <a href={link}>Login Now</a> </div> </div> ); } export default App;

3 views0 comments

Comentarios


Facilities-:
One to one  online  / Offline Class
Individual training 
Corporate Training
E-Certificate for each course
Life time video accessible
E-Books

About us-:
Fin Computer Class
Sector 107, Noida  U.P.
M-: 9871715299
E: fincomputerclass@gmail.com
W-: www.computerclass.co.in
W-: www.it402.com
Y-:www.youtube.com/yka39

All Rights Reserved @ fin computer class     Design & Developed by Yatendra Kumar Awana

bottom of page