How to Create Titles in HTML
Zenva
ACCESS the FULL COURSE here: https://academy.zenva.com/product/bite-sized-coding-academy/
TRANSCRIPT
In this lesson you'll create your very first HTML tags. The first tag we'll be learning will be the main heading tag. Tags are a bit like a sandwich, a tag has an opening, and then a lot of tags have a filling as well, and a closing. You begin by opening your tag, and just like a sandwich you always need to close it. For that you type the same tag as well but you add the forward slash before the name of your tag. And then you save. If we look at Google Chrome and refresh the page, this is now a main heading. What if I want a secondary heading? I can use the h2 tag and type something like the sky is blue. Save, refresh the page, we've got a second heading. The water is cold will be some other text that we'll be adding. So HTML tags are the way for us to tell the browser to tell the page how we want to display our content.
Free Tutorials:
- Unity: https://gamedevacademy.org
- Phaser: https://phasertutorials.com
- Machine Learning: https://pythonmachinelearning.pro
- Web Dev: https://html5hive.org
- Android: https://androidkennel.org
- Swift: https://swiftludus.org
- VR: https://vrgamedevelopment.pro ... https://www.youtube.com/watch?v=yB6m15ElcEE
2053447 Bytes