SKSunil kumar routinsmartlearner.hashnode.dev·Jan 29, 2023 · 1 min readStarting with CSS part:21:-why CSS selectors are used in HTML? Ans:- CSS selectors are used in HTML elements that you want to style and they are a fundamental part of working with CSS. CSS selectors can be used to select elements based on their type, class, ID, attributes o...00
SKSunil kumar routinsmartlearner.hashnode.dev·Jan 28, 2023 · 1 min readStarting with CSS1;- what is CSS and why use it? Ans:-Cascading style sheets(CSS) are used to style and layout web pages. Ilke for color, font, size and spacing of your content. 2:-what are the different ways to bring CSS into an HTML file? Ans:- we can add CSS to o...00
SKSunil kumar routinsmartlearner.hashnode.dev·Jan 27, 2023 · 1 min readTime Table Project Using Html<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Mini project | Time Table</title> </hea...00
SKSunil kumar routinsmartlearner.hashnode.dev·Jan 27, 2023 · 1 min readSemantic Tag1:- what are the new things introduced in HTML5? Ans:- HTML5 is the latest version of HTML and includes new features. that are (i)-data, offline, on abort, blur etc. (ii)-it provides support for audio, video and other multimedia content by using tags...00
SKSunil kumar routinsmartlearner.hashnode.dev·Jan 26, 2023 · 2 min readHtml Assignment1:-Explain the Table and its properties. Ans:- Web developers can organize information like text, images, links and other data into rows and columns of cells using an HTML table. The <table> tag is used to generate HTML tables, T. The table rows are ...00