Posts

Showing posts from March, 2021

ART BLOG IN HTML 5 USING IMAGES

Image
  LANCE'S ART BLOG this artwork that i made 2 months ago for my girlfriend and i dedicate my whole heart to make this piece to impress her in our monthsary and I must say that I succeed! This was one my best artwork so far because I finished it in 4 days in a row and I'm so stressed with mixing the color and pulling out the value outside of the outline but to be honest I'm super proud of this one. I tried to make a new style with new colors that represents the lightness and calmness harmony of my piece to make it look attractive and this time i did it with a lot of referrences to get the body pose for a unique posture. this was one of my first artworks that I posted on my blog. YOU CAN ASLO FOLLOW ME IN: here's my fb art gallery here's my ig art album here's my Deviant Art journal

EVENT CALENDAR USING HTML

Image
EVENT CALENDAR SEARCH A MONTH Please type in the Month (1-12); Month: Display  

SCHOLARSHIP APPLICATION RESULT HTML5

Fulfill the details below: SCHOLARSHIP APPLICATION RESULT ENTER YOUR NAME ENTER YOUR PROGRAM: BMMA ABCOM FINE ARTS RADTECH EMAIL GRADE: display ENROLL NOW!!! --- ENROLL NOW!!! --- ENROLL NOW!!! --- ENROLL NOW!!! --- ENROLL NOW!!! --- ENROLL NOW!!! ---

REGISTRATION SAMPLE IN HTML

REGISTRATION FORM REGISTRATION FORM NAME: ADDRESS: CONTACT: EDUCATION BACKGROUND COURSE: MUTLIMEDIA-ARTS CRIMINOLOGY RADTECH NURSING FINE-ARTS CULINARY-ARTS YEAR: ADDITIONAL INFO GENDER: Male Female EMAIL: BIRTHDAY: FAVORITE COLOR:

EXERCISE : COMPUTING GRADES

Image
 <!DOCTYPE html> <html>     <head> <title> TOTAL OF GRADES<b></title> </head> <body> <b>Enter your name: <input type = "text" placeholder= "type" id="input1" Value=" "><br> <b>Enter your score: <input type = "text" placeholder= "type" id="input2" Value=" "><br> <b>Enter the Total number of Items: <input type = "text" placeholder="type" id="input3" Value=" "><br> <button type= "button" onclick= "next();">compute</button> <script> function next(){ var n1 =(document.getElementById("input1").value); var n2 = Number(document.getElementById("input2").value); var n3 = Number(document.getElementById("input3").value); Grade1 =(n2/n3); Grade2 =(Grade1*100); alert("name:" + n1 + "\n\ntotal score...

EXERCISE: HTML5 - RESUME

Image
 <!DOCTYPE html> <html> <Head> <Title>My Profile</Title> <style> body{background-color: dodgerblue;} h1{font-size:23.5px;} h2{font-size: 20px;} h3{font-size: 17px;} p{font-size: 15px;} </style> </head> <body>  <h1>LANCE ANDRE T ANDRADA</h1> <h1>CONTACT#: 09668967272</h1> <h1>andradalance@gmail.com</h1> <h2>SUMMARY</h2> <p>I would to work in you company I'm lance and I work extensively, balancing every task that you will give to me and willing to take different kinds of risk to contribute skills and future achievements for our company</p> <h2>EDUCATION BACKROUND</h2> <h3>SENIOR-HIGHSCHOOL</h3> <dl><b> <dt> University of Perpetual Help System Dalta</dt> <dd>-Year 2016-2018</dd> </dl> <h3>COLLEGE <dl> <dt>Univeristy of Perpertual Help System Dalta</dt> <dd>-Year 2018-2022...