complete-intro-to-web-dev-v3
complete-intro-to-web-dev-v3 copied to clipboard
The Complete Intro to Web Dev v3, as taught on Frontend Masters
(https://btholt.github.io/complete-intro-to-web-dev-v3/lessons/css/layout-css) >inline – Like it sounds, it makes whatever the tag is behave like text. If you I want to style some text inline, this is how to do. should...
https://btholt.github.io/complete-intro-to-web-dev-v3/lessons/css/flex >display: flex; is a display mode for CSS. It's to note that when you stick display: float, it allows you to to change the layout inside the tag. should...
Hi there! Theres a small mistake in[ this intro](https://btholt.github.io/complete-intro-to-web-dev-v3/lessons/welcome-to-the-class/intro) text. it should be "ever to enter", not "ever to ever to enter" > I wrote this course to teach people...
Hi Brian, just started your course and I'm enjoying a lot, thanks! Just notice a minor detail, in the type-of-tags, when explaining the table, the result windows is showing a...
Our app div might a navbar, the news div, a footer, a sidebar, and other things. It should be Our app might "have". The word have is missing. This is...
I wrote this course to teach people to go from not knowing how to code to writing their first web applications. I feel like it's the best time **ever to...
Application error: a client-side exception has occurred (see the browser console for more information).
There is a blank section in the _get-set-up_ page in the _Welcome to the class_ video of HTML module where there is a heading named _Other Recommendations_ but it is...
In the HTML lesson on "Types of Tags", under the paragraph tag section, the text in the result window is going out of the output box. The link and screenshot...
Shouldn't this word be "tag", instead of "attribute"?