#pwskills
Read more stories on Hashnode
Articles with this tag
// 01. Count the occurrences.// You are building a word count generator that will take a large string of text as input and output the words and the...
1.What is CSS and why use it? Cascading Style Sheets (CSS) is a language that specifies how a document is styled and presented. It's a fundamental...
1.What are the new things introduced in HML5? HTML5, the fifth version of the Hypertext Markup Language, introduced several new features and...
1. Explain the Table and its properties. HTML tables allow web authors to organize data into rows and columns of cells. Here are some properties of...
1.What are inline and block element in HTML and the difference between them ? name a few inline elements and block elements. Inline Elements: Inline...