DDevOpsParthuindevopsparthu.comยทSep 4, 2024 ยท 3 min readHTML AttributesHTML Attributes HTML element attributes provide additional information about HTML elements. They are always specified with the starting tag. These attributes usually provide name="value". The href Attribute The <a> tag defines a hyperlink. The hre...00
DDevOpsParthuindevopsparthu.comยทSep 2, 2024 ยท 2 min readHTML ElementsHTML Elements The HTML elements have a starting tag --> content --> ending tag. Example of some HTML Elements: <h1>This is first heading</h1> <p>This is first paragraph</p> Starting TagElement contentEnding Tag <h1>This is the first headin...00
DDevOpsParthuindevopsparthu.comยทSep 1, 2024 ยท 2 min readHTML Basic ExampleHere we learn some basic examples of HTML, but don't worry about tags we haven't learned about yet. HTML Document All HTML files will start with the document type <!DOCTYPE html> and it only appears once at the top of the HTML file. HTML document ...00
DDevOpsParthuindevopsparthu.comยทSep 1, 2024 ยท 2 min readHTML TutorialHTML Introduction and Definition HTML stands for HyperText Markup Language. It is the standard markup language used to create web pages and describe the series of elements that tell the browser how to display the content, such as "This is HTML," "Th...00
DDevOpsParthuindevopsparthu.comยทJul 29, 2024 ยท 1 min readDay 90: The Awesome Finale! ๐ ๐๐ Can you believe it? You've hit the jackpot โ Day 90, the grand finale of our DevOps bonanza. Time to give yourself a virtual high-five! What's Next? While this marks the end of the official 90-day journey, remember that your learning journey in De...00