#html5
Read more stories on Hashnode
Articles with this tag
Semantic HTML Allows to be more descriptive. Better for accessibility. Makes our code more readable. Better for SEO. <div> tag is used when there is...
Some more CSS Notes as I continue on my third project in the Web-Dev Basics Series. Background Images added in CSS and not in HTML. background-image:...
Writing good Alt Texts: Do not use "image of" Describe it over the phone Keep the text concise and up to 125 characters Initial State of the...
Some basic tags used in HTML Heading Tags from <h1> to <h5> Paragraph tags for text <p> Image Tags for images <img src="sample.png" />. It's a...