CIS 150 - Problem 6

1 · Levi Walton · March 19, 2019, 6 p.m.
Introduction In this assignment we were to fix the website for 'Marlin Internet' by editing the html and css provided. What happened Fix mi_pricing.html file <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Marlin Internet</title> <link href="mi_reset.css" rel="stylesheet" /> <link href="mi_styles.css" rel="stylesheet" /> <link href="mi_tables.css" rel="styleshe...