Question
I have the javascript and most of the HTML, however I am failing to understand the two colunm layout for the output Below is the
I have the javascript and most of the HTML, however I am failing to understand the two colunm layout for the output Below is the current JS and Html i have, also a picture of the expected output.
DOCTYPE HTML--
Build Your Resume
Full Name | |
Full Address | |
Phone Number | |
Personal Information | |
Career Objective | |
Education | |
Most Recent Experience Details | |
Joining Date : | Resignation Date : |
Experience Details 1 | |
Joining Date : | Resignation Date : |
Experience Details 2 | |
Joining Date : | Resignation Date : |
Experience Details 3 | |
Joining Date : | Resignation Date : |
Bussiness Reference | |
DOCTYPE JAVASCRIPT
function setName (){ document.getElementById("p1").innerHTML = `
John DoeWEB 115
WEB 115
var fullName = document.getElementById("fullName").value; var address = document.getElementById("address").value; var phone = document.getElementById("phone").value; var email = document.getElementById("email").value; var personalInfo = document.getElementById("personalInfo").value; var careerObj = document.getElementById("careerObj").value; var education = document.getElementById("education").value; var joiningDate = document.getElementById("joiningDate").value; var resignDate = document.getElementById("resignDate").value; var details = document.getElementById("details").value; var joiningDate1 = document.getElementById("joiningDate1").value; var resignDate1 = document.getElementById("resignDate1").value; var details1 = document.getElementById("details1").value; var joiningDate2 = document.getElementById("joiningDate2").value; var resignDate2 = document.getElementById("resignDate2").value; var details2 = document.getElementById("details2").value; var joiningDate3 = document.getElementById("joiningDate3").value; var resignDate3 = document.getElementById("resignDate3").value; var details3 = document.getElementById("details3").value; var bussiness = document.getElementById("bussiness").value; var myWindow = window.open("", "MsgWindow", "width=1200,height=800"); myWindow.document.write(fullName+' '+address+' / '+phone); } }
Expected output-
GREGG ROBERT VALLACE 210 Edinburgh Drive, Cory, North Carolina 2751 (919) 467-1897 CAREER CBJECTI VES Marketing and Sates anagement PERSCNAL DATA Birth Date: July 26, 1956 iealth: Excel lent, 200 bs/ 61" Mar itai tatus: ingle Foreign Language: Spak, read and wr ite French B.A. Communications and Sales 1979 Michigan State University, ast Lansing, Hichigan Ei, UCAT 101 EPLOYENT EXPERIECE Dec. 1980 Dec. 1981 lHenager, Centre One, Eastiake, Ohio. Shared responsibility for marketing of Food and Deverage. This goal w s achieved through the development of sales generating plans within the department, ?s well as overall guest sales and marketing services Additional duties: Dining Room and Lounge management, purchasing, inventory, cost control, cash reports, security Supervised a staff of between 25 and 55 employees ay Dec. 1980 Purchasing Agent, Royai Vil ia, Raleigh Responsibi lities inc luded the purchasing of all food and beverages needed for supper club, lounges, dining room and banquet. o purchased appliances, utensils, cleaning products, etc. for hotel. Additional duties nventory, cost control and lounge management. June Sept. 1977 war ? h use services Co-ordinator, Atlas Supply Company, Raleign. N.C. June - Sept. 1976 MaiI Room Services Burroughs Corporation, Detroit. Hichigan. CHARACTER REFEREICES Upon request SUSIESS REFERERICES r. Kenneth Dettelbach, President, Cenference Centers of America, Centre one, 5,000 Curtis oulevard, Eastiake, Cio. 4404(216) 953-8000 J. Murphy, Executive Chef, . Terel HacGregor Downs Country Club, Cary .C. 27511 19) 467-0146Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started