# Next steps

## Nice job

HTML and CSS are actually surprisingly large topics, who would have thought? If you've made it this far, though, you're more than well on your way to front end development magic. You should be significantly more comfortable breaking down a webpage into its component pieces and then coding them with HTML and CSS. You have the tools necessary to identify an effective visual layout and then bring it to fruition.

There are still plenty of ways you can make your workflow better or improve your knowledge of best practices (so don't stop learning!), but you've got everything you need to build beautiful websites.

Onwaaaaaaard!!!

## Additional resources

This section contains helpful links to other content. It isn't required, so consider it supplemental for if you need to dive deeper into something.

* [Web Fundamentals](https://developers.google.com/web/fundamentals/)... tons of links to articles specific to your goals.
* [Shay Howe's Beginner's Guide to HTML and CSS](http://learn.shayhowe.com/html-css/)
* [HTML5 Tutorial](http://www.html-5-tutorial.com/start-html5-tutorial.htm)
* [Responsive Prototyping with Foundation](http://alistapart.com/article/dive-into-responsive-prototyping-with-foundation)
* [Equal Height Columns in CSS from Smashing Magazine](http://coding.smashingmagazine.com/2010/11/08/equal-height-columns-using-borders-and-negative-margins-with-css/)
* [HTML tutorials and help docs](http://www.webplatform.org/)
* [Awwwards is a great place to go for design inspiration](http://www.awwwards.com/)
* [Figma is a vector graphics editor and prototyping tool](https://www.figma.com/) [Click here for a tutorial](https://www.youtube.com/watch?v=3q3FV65ZrUs)
* PS.. "tags" don't really exist, they're always technically called "elements"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://howtocode.trek.io/topics/deep-dives/html-css/next-steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
