devopsparthu.comHTML 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...Sep 4, 2024ยท3 min read
devopsparthu.comHTML 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...Sep 2, 2024ยท2 min read
devopsparthu.comHTML 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 ...Sep 1, 2024ยท2 min read
devopsparthu.comHTML 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...Sep 1, 2024ยท2 min read
devopsparthu.comDay 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...Jul 29, 2024ยท1 min read