Friday, April 26, 2019

Resume



Resume

HTML Resume Template
Profile Picture
Karmen

Programmer


Summary

Deadline-oriented programmer with lots of experience. Solid track record of architecting solutions that exceed client expectations.

Experience

  1. Software Engineer
    Facebook
    • Collected political affiliation data from millions of users
    • Authored user stories and mapped user journeys
    • Introduced regression testing to Yoga layout framework
  2. Software Engineer Intern
    Twitter
    • Analyzed and optimized code coverage across Scala architecture
    • Created project environment setup XML files
    • Maintained TCP/IP connections with 250,000 concurrent users
  3. Web Design Programer
    • Developed web
    • Shipped products to more than 1,000,000 daily active users

Education

Education School Name Year
Degree University Tun Hussein Onn 2019-Present
STPM SMJK Sam Tet 2017-2018
SPM SMJK Ave Maria Convent 2014-2015

Wednesday, April 17, 2019

Webpage with colours





1. Explain about the HTML code above.

bgcolor - used to set a background color for an HTML page or some elements in the page, such as <tr> and <td> table elements. It was most often used to set the background of an entire page by using the attribute in the <body> element

2. Change the given HTML code by using an ordered list tags.




3. List 10 colours HEX value in HTML code.

indianred - #CD5C5C
red - #FF0000
pink - #FFC0CB
orange - #FFA500
gold - #FFD700
purple - #800080
green - #008000
aqua - #00FFFF
skyblue - #87CEEB
white - #FFFFFF

4. Provide a HTML code for definition lists.




CSS Two-Column Page Layout

CSS Two-Column Page Layout HTML <!DOCTYPE html> <html lang="en"> <head>     <title>Lighthouse Island ...