* fix: remove isHidden key from tool template * fix: removed isHidden key from English challenges * fix: remove isHidden key from Chinese challenges
44 lines
552 B
Markdown
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>
|