#chaipiyo
Read more stories on Hashnode
Articles with this tag
Simple Selectors Universal Selector. Element Selector. Class Selector. ID Selector. Selector list. Universal The CSS universal selector (*)...
CSS is the language we use to style an HTML document. CSS describes how HTML elements should be displayed. Html is such a structure of a web page and...
Simple Structure web Page · This is a simple demo how html looks like without css and js. code: <!DOCTYPE html> <html lang="en"> <head> <meta...
Questions & Answers.. · 33. What is the difference between cell spacing & cell padding? -The distance or gap between two cells in the same table is...
Questions & Answers.. · 1. What is HTML? -HTML, also termed Hyper Text Markup Language is a language used on the World Wide Web. It is a common text...
Form in HTML · An HTML form is used to collect user input. The user input is most often sent to a server for processing. ex: sample how to write form in...