APAryan Prasadincode-aryan.hashnode.dev·Jan 28, 2023 · 3 min readHTML - Table and Forms.Web developers can organize information like text, images, links, and other data into rows and columns of cells using HTML tables. TAG ● The <table> tag is used to generate HTML tables. T ● Table rows are created using the <tr> tag, while data c...00
APAryan Prasadincode-aryan.hashnode.dev·Jan 28, 2023 · 3 min readHTML - Lists, Images, Interlinking, Audio, video.Images are a common element of web design, and they serve a number of different purposes on websites. Some of the main uses of images on websites include: Visual appeal Branding Illustration Navigation. <img src="" alt="" height="" width=" "...00
APAryan Prasadincode-aryan.hashnode.dev·Jan 28, 2023 · 3 min readCSS- Text./ Font./DisplayList of concepts : Text-color Text-alignment Text-decoration Text-transformation Text-indentation Letter spacing Line height Word spacing List of Concepts ● Font colour: The text's colour can be altered with this property. (Standalone Attri...00
APAryan Prasadincode-aryan.hashnode.dev·Jan 28, 2023 · 2 min readCSS-Media QueryIntroduction to Media-Query Media queries are a feature of CSS that allows you to apply different styles to a webpage based on the characteristics of the device it is being displayed on. This can be useful for creating responsive designs that look go...00
APAryan Prasadincode-aryan.hashnode.dev·Jan 21, 2023 · 2 min readHTML (static websites and dynamic websites)HTML stands for hypertext markup language which is a non-programming language used to create and structure content on the web estimate is used to make websites by using HTML we can define where do you want to please structure the text and the image b...00