This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<title>Survey Form</title> | |
</head> | |
<body> | |
<h1 id="title">Survey Form</h1> | |
<p id="description">Let us know how we can improve freeCodeCamp</p> | |
<form id="survey-form"> | |
<table align="center" id="survey-table"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Technical Documentatin</title> | |
</head> | |
<body> | |
<div class="main-body"> | |
<nav class="navbar" id="navbar"> | |
<header>VBA Technical Documentation</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<html> | |
<head> | |
<title>Personal Portfolio</title> | |
</head> | |
<body> | |
<nav id="navbar"> | |
<ul> | |
<li><a href="#welcome-section" id="nav-link">About</a> | |
</li> |