Steve Morris

Steve Morris is Vice President and Deputy General Counsel of NCTA – The Internet & Television Association (NCTA). In that role, he represents the cable industry on a wide range of matters related to the regulation of broadband and voice services. Mr. Morris joined NCTA in 2006.

Prior to joining NCTA, Mr. Morris worked in the Wireline Competition Bureau of the Federal Communications Commission, at a provider of fiber optic network facilities, and at two Washington, D.C., law firms.  

Mr. Morris received a B.S. in Economics from the Wharton School of the University of Pennsylvania and a J.D. from George Mason University School of Law.

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage