Open in app
Home
Notifications
Lists
Stories

Write
Shawn Werber
Shawn Werber

Home

About

May 20

CSS Basics - Advanced Selectors

Last time, we went through the basic selectors and how to implement them in a stylesheet to apply our styles. Selectors have a lot of sneaky extra ways they can be used though, including the following 4 categories. Let’s get into it. Combinators The first of the four advanced categories, following…

Web Development

4 min read

CSS Basics - Advanced Selectors
CSS Basics - Advanced Selectors

May 20

CSS Basics - Styling Things

CSS is all about making elements pretty, or ‘styling’ them. Standing for ‘Cascading Style Sheets’, this method of styling ‘cascades’, or reads top-to-bottom, through the ‘stylesheet’ - your list of styles. …

Web Development

3 min read

CSS Basics - Styling Things
CSS Basics - Styling Things

Published in Level Up Coding

·Apr 14

HTML Basics- Forms, Labels, and Inputs

Besides the structure of a web document, this is the most important use of HTML in work today. It’s a big one, strap in. The <form> element wraps around various elements for inputting information and closes with the </form> tag. All form elements have two main attributes. …

Web Development

2 min read

HTML Basics - Forms, Labels, and Inputs
HTML Basics - Forms, Labels, and Inputs

Mar 21

HTML Basics - Structure

So - you’ve gotten this far, time for the real stuff. HTML exists in the present world to give structure to webpages. In the infancy of the internet, we used it to style elements as well, but with the rise of CSS those days are long gone. …

Web Development

3 min read

HTML Basics - Structure
HTML Basics - Structure

Mar 4

HTML Basics - Linking Documents

Believe it or not, not everything has to be made by the developer. Luckily for people like myself with no visual art skills whatsoever, fonts are one of those things (I play some mean guitar though, so yours truly isn’t entirely void of artistic talent). And even better than that…

Web Development

3 min read

HTML Basics - Linking Documents
HTML Basics - Linking Documents

Feb 11

HTML Basics - Boilerplate

The boilerplate is the basic structure every HTML file should have. The term comes from the template printing plate relied on by smaller newspapers and provided by the larger printing syndicates. …

Web Development

3 min read

HTML Basics - Boilerplate
HTML Basics - Boilerplate

Feb 5

HTML Basics - Not-so-Subtle Semantics

Typically a word unfamiliar to new programming students, semantics has a huge role to play in every language of code we have. …

Web Development

3 min read

HTML Basics - Not-so-Subtle Semantics
HTML Basics - Not-so-Subtle Semantics
Shawn Werber

Shawn Werber

Following
  • Brandon Blankenstein

    Brandon Blankenstein

  • James Geiger

    James Geiger

  • Michael Sanchez

    Michael Sanchez

  • Phillip Johnson

    Phillip Johnson

  • Andreé Kless

    Andreé Kless

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable