Best of HTML — October 2021
- 1
- 2
Hashnode·5y
Rare HTML Tags
An HTML tag is commonly defined as a set of characters constituting a formatted command for a Web page. At the core of HTML, tags provide the directions or recipes for the visual content that one sees on the Web. In this blog I am going to show you some Rare and Useful HTML tags.
- 3
- 4
freeCodeCamp·5y
How to Learn Programming – The Guide I Wish I Had When I Started Learning to Code
Jacob Stopak is the author of How to Learn Programming: The Guide I Wish I Had When I Started Learning to Code. How to learn programming: The guide I wish I had when I started learning to Code is available on Amazon.com for $9.99.
- 5
Hashnode·5y
5 common mistakes to avoid in HTML
Divs have no semantic structure. Instead of using divs to create headers or footer structures, use "header" and "footer" elements. A link’s text should be explicit and convey where is redirecting the user to, both users and search engines can more easily understand your content and how it relates to other pages.
- 6
Honeypot·5y
How to Link CSS to HTML
Cascading style sheets are a key component to the modern web, empowering web developers with a language that determines the look and feel of web apps. Browsers make this easy thanks to the HTML <link> tag, it’s simple to link our CSS styles from external files into our pages.
- 7
Quastor Daily·5y
Clean Code - Part 2
Clean Code’s recommendations on how to write readable functions. This advice is geared towards functions written in an OOP language, although many of the concepts carry over to other language paradigms. The majority of your functions should be less than 15 lines long, and they should hardly ever be more than 20 lines long.
- 8
DEV·5y
Awesome Card Design for Website with HTML CSS
In this video I will show you how to create creative card design with hover effect step by step. How to Create Awesome Card Design for Website with HTML CSS. In this video, I will talk about how to use Timestamps, File Structure & Code. I will also discuss how to get all images that I used.