TEAM TIIDELab-Circuit Project<<<<<<<<<<
- Ayodele Samuel Adebayo (Team Lead)
- Toluwanimi Ayoola
- Akan Asanga
- Aisha Opaluwa
- Adeyemo Peter
- Ariyibi Baseet
- HTML files should end with .html suffix.
- File names should not be more than 32 characters
- Use relative links/paths for links and images from your branch project web pages to other web pages in the project.
- We strongly suggest using all lowercase for letters because people make fewer mistakes.
- The first character of the file should be a letter.
- Use relative short name that are indicative to the content of the page.
- Name files with images, with names that will help remember what is in them.
- Class and id names must be relative to the bearing tags.
- Use 2 space indentation both in html code and css code
- class name must include page info
i.e. about.html
<div class="about-container">
<h3 id="about-heading">
</h3>
<p id="about-paragraph"></p>
</div>
- A space before opening curly bracket
i.e. about.html
.about-container { }
- No space between previous closing curly bracket and next selector
}
#about-heading {}
- New line after last styling
}\n
20/10/2020