Posts

Exercise 6 : External CSS style of Color Values

Image
Exercise 6 : External CSS style of Color Values LIST OF COLORS: blue 1 blue 2 blue 3 blue 4 blue 5 blue 6 blue 7 blue 8 violet1 violet2 violet3 violet4 violet5 violet6 violet7 violet8 red1 red2 red3 red4 red5 violet6 red7 red8 brown1 brown2 brown3 brown4 ...

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...