GSGarima sharmaingarimasharmacoder.hashnode.dev·Apr 4, 2024 · 4 min readDay-12 CSS(Cascading Style sheet)Using CSS CSS can be added to HTML documents in 3 ways: Inline - by using the style attribute inside HTML elements Internal - by using a <style> element in the <head> section External - by using a <link> element to link to an external CSS file T...00
GSGarima sharmaingarimasharmacoder.hashnode.dev·Apr 3, 2024 · 3 min readDay 11 Features of HTML-5<figure> Tag and <figcaption> Tag <figure> element is use to mark up a photo in a document, and a <figcaption> element to define a caption for the photo: The <figure> tag specifies self-contained content, like illustrations, diagrams, photos, code li...00
GSGarima sharmaingarimasharmacoder.hashnode.dev·Apr 2, 2024 · 4 min readDay-10 Creating HTML formsHTML Forms: HTML forms are used to collect user input and send it to a server for processing. They consist of various form elements for text input, selection, and interaction. <form> Element: The <form> element is used to create a form on a web page....00
GSGarima sharmaingarimasharmacoder.hashnode.dev·Apr 2, 2024 · 2 min readDay-9 Adding CSS & Tribute PageWe will now introduce a little bit concept of CSS , so that we can use it with in our HTML Projects, and to make our HTML pages more attractive. basics.txt Just understand how css works CSS: cascading style sheets. these are used to include styling/d...00
GSGarima sharmaingarimasharmacoder.hashnode.dev·Mar 30, 2024 · 6 min readDay 8 Creating resumeToday , we are going to create our own resume Using all the concepts we have studied so far <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Garim...00