freeCodeCamp Basic HTML Tutorial Say Hello - Link to Internal Sections w Anchor Elements 1

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=h8WIY1LXGxc



Duration: 19:24
548 views
12


In this video series we will be going through freeCodeCamp from the beginning. There has been updates made to the site recently and I have been requested to remake this course. In this specifci video we look at some baseic HTML elements. We first go over heading elements. The h1 element is the most important heading. We usually use this for our main heading. h2-h6 are subheadings that lower in importance the higher they go. We learn that we should not use the different headings for making our content look a certain size (we will learn how to do that when we get to CSS) but use them to conveny the importance of the heading displayed. We then learn about the paragraph tag and about lorem ipsum place holder text. Comments follow right after which we learn help us remember what our code is doing. Image tags allow us to add images when we specify the src attribute with a image url. We learn anchor tags allow us to link to a url. We learn how to ad id attributes to an element and use that id in an anchor tag to link to whatever element has that id. We wrap it up by seeing what we learned re-created outside of the freeCodeCamp site. We create a folder and a file within that folder called index.html. We add our code in there and save then open the file in our web browser and are able to see the same thing.




Other Videos By We Will Code


2018-09-01freeCodeCamp's Applied Visual Design, Use the Strong Tag to Make Text Bold
2018-09-01freeCodeCamp's Adjust the Height of an Element Using the Height Property
2018-08-31freeCodeCamp's Adjust the Width of an Element Using the Width Property
2018-08-31freeCodeCamp's Create Visual Balance Using The Text-align Property, Applied Visual Design
2018-08-30freeCodeCamp's Intro to the Applied Visual Design Challenges
2018-08-21freeCodeCamp Basic CSS, Use Hex and RGB to Mix Colors, CSS Variables, & Style Fallbacks 6
2018-08-14freeCodeCamp Basic CSS,Clockwise Notation for Padding & Margin, CSS Precedence Specificity 5
2018-08-07freeCodeCamp Basic CSS, Size Images, Setting Id's, Margins, Paddings, & Borders 4
2018-08-02freeCodeCamp Basic CSS, Change Element Colors,Class Selector, Font Degradation 3
2018-07-20freeCodeCamp Basic HTML5 Nest an Anchor - Head and Body of HTML Doc 2
2018-07-18freeCodeCamp Basic HTML Tutorial Say Hello - Link to Internal Sections w Anchor Elements 1
2018-07-12Question App in Nodejs, Pug,Redirects and Cookie Practice
2018-07-09Question App in Nodejs, Pug,cookie-parser, setting cookies 5
2018-06-29Question App in Nodejs, Pug, Body-Parser Parsing Form Data 4
2018-06-27Question App in Nodejs, Pug, Express, Include Partials 3
2018-06-26Question App in Nodejs, Pug, Express, Rendering Response 2
2018-06-25Question App in Nodejs, Express, Flash Card App with Pug Templating
2018-06-22Codecademy's Learn Express, Matching Longer Paths, ExpressJS
2018-06-21Codecademy's Learn Express, Setting Status Codes
2018-06-19Codecademy's Learn Express, Getting a Single Expression
2018-06-18Codecademy's Learn Express, Matching Route Paths, Understanding Express JS



Tags:
freeCodeCamp. html and html5
learn coding
learn to code
beginners coding
coding for beginners