Files
freeCodeCamp/curriculum/challenges/english/01-responsive-web-design/basic-css-cafe-menu/part-001.md
Randell Dawson 94f0cf0ef8 chore(learn): Remove remaining isHidden keys from frontmatter (English and Chinese challenges) (#39809)
* fix: remove isHidden key from tool template

* fix: removed isHidden key from English challenges

* fix: remove isHidden key from Chinese challenges
2020-10-08 14:18:47 +02:00

44 lines
552 B
Markdown

---
id: 5f33071498eb2472b87ddee4
title: Part 1
challengeType: 0
---
## Description
<section id='description'>
As you learned in the last few steps of the Cat Photo App, there is a basic structure need to start building your web page.
Add the `<!DOCTYPE html>` and an `html` element.
</section>
## Tests
<section id='tests'>
```yml
tests:
- text: Test 1
testString: ''
```
</section>
## Challenge Seed
<section id='challengeSeed'>
<div id='html-seed'>
```html
--fcc-editable-region--
--fcc-editable-region--
```
</div>
</section>