From the course: Emmet: Fast and Efficient Web Coding

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Adding style sheets and scripts tags

Adding style sheets and scripts tags

From the course: Emmet: Fast and Efficient Web Coding

Start my 1-month free trial

Adding style sheets and scripts tags

- [Instructor] Now that you know how to quickly get your basic HTML page code up and running, let's explore some of the other head elements that you may want to incorporate into your projects. As I mentioned in a previous video, depending on what IDE you are using, your DOCTYPE code could look different from mine. I'm going to be focusing on how it works in brackets for now. Here are some commonly used head elements that you may want to add into your webpage. You'll ultimately want to utilize the elements that are meaningful to you and are necessary for your project. Here's a list of some head tag elements that you might want to consider using within your project. All focus on the ones that I commonly use. Here I'm going to begin building out a webpage for the Bee Happy Honey website. I'll start out by adding the code for favicon. To do that, all we need to do is type link:favicon. When I hit tab, it automatically expands the…

Contents