freeCodeCamp/curriculum/challenges/english/01-responsive-web-design/basic-css-cafe-menu/part-001.md

44 lines
552 B
Markdown
Raw Normal View History

---
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>