newtodev.hashnode.devAI: Start with Correct PromptingAs a simple girl in tech trying to explore what AI really is, it can be misleading when AI is mostly seen as "Prompting," leading to fancy terms like "Prompt Engineering." We'll come back to what Prompt Engineering is in a moment. Let's get started! ...Feb 13, 2025·3 min read
newtodev.hashnode.devCSS-Background, Colors, Fonts and TextBackground: 5 CSS background properties affect the HTML elements: background-color background-image background-repeat background-attachment background-position background-color: a very basic feature, just adds one single color to the selected ...Jul 12, 2023·5 min read
newtodev.hashnode.devWhat's CSS?In the very beginning stage, we were let know that, HTML is the skeleton, and the CSS is the design added to the HTML. CSS is Cascading style sheet. As the name suggests, styling sheets. It's like, the HTML makes the framework and the CSS presents th...Jul 12, 2023·3 min read
newtodev.hashnode.devAudio, Video, Tables, and FormsUsing Videos in HTML: Videos can be used to enhance the website, look and feel. The video could just e an additional extra element, to beautify the webpage, or it can also be used to show a client's portfolio in a video. Here's how you use it: <h1>Lo...May 18, 2023·5 min read
newtodev.hashnode.devHTML EntitiesUsing the reserved keywords: to use the tags like > and < (yea, >_<), it might be mistaken as a tag. To be able to write these specifically reserved symbols, These are some reserved symbols, and writing these in HTML, we can use either the entity na...May 14, 2023·3 min read