CHAPTERONE
Be focused and you will archive alot. choose your ON C#
Explore moreBe focused and you will archive alot. choose your ON C#
Explore moreLorem ipsum dolor sit amet consectetur adipisicing elit. Hic odit rem dolorum molestiae fugit deserunt exercitationem recusandae, itaque ratione harum sit repellat dolor temporibus deleniti non voluptatem nostrum quas? Cumque veniam, molestias id natus pariatur dolores aut nemo iure facilis expedita, temporibus exercitationem ullam ex officiis reiciendis quaerat enim consequuntur.
This chapter introduces the basic structure of an HTML document and the essential tags needed to create a webpage.
Defines the root of an HTML document.
Contains metadata, links, and scripts.
Contains the visible page content.
In this chapter, we'll cover the basic structure of an HTML document. HTML is
the foundation for any webpage, and all documents should begin with aDOCTYPE
declaration to specify the version of HTML being used. Then comes the root
element, which is the<html> tag. Inside the <html>, we have the
<head> section (for meta-information about the document like title, links
to CSS files, etc.) and the<body> section (where the actual content of
the webpage is placed).
In this chapter, we'll focus on formatting text within an HTML document. HTML
provides several tags to emphasize, bold, italicize, and underline text. These
elements are important for making content readable and organized.
* <!DOCTYPE html>: Declares that this document is HTML5. * <html>: This is the root element of an HTML document. All other elements are nested inside it. * <head>: Contains metadata (data about the HTML document). * <title>: Defines the title of the webpage, which appears in the browser tab. * </head>: Closes the <head> section. * <body>: Contains the visible content of the webpage. * <h1>: Represents a top-level heading. It's the most important heading on the page. *<p>: Defines a paragraph of text. * <a href="https://example.com">: Creates a hyperlink to another webpage. * <ul>: Defines an unordered list (bulleted list). *<li>: Defines a list item, and it’s used within <ul>. * </ul>: Closes the unordered list. HTML Code:
<!DOCTYPE html> <html> <head> <title>Title of thePage</title> </head> <body> <h1>Welcome to HTML</h1> <p>This is a basic HTML page.</p> <a href="https://example.com"> Visit Example</a> <ul> <li>List item 1</li> <li>List item 2</li> <li>List item3</li> </ul> </body> </html>
This is a basic HTML page.
Visit ExampleIn this chapter, we'll focus on adding links and images to your webpage. Links allow users to navigate between pages, while images make the content more visually appealing.
1. <a>: Creates a hyperlink. 2. <img>: Embeds an image. 3. <href>: Specifies the URL for the link. 4. <src>: Specifies the source file for the image. 5. <alt>: Provides alternative text for an image (for accessibility). 6. <title>: Specifies extra information when hovering over a link. 7. <map>: Defines an image map (an image with clickable areas). 8. <area>: Defines a clickable area in an image map. 9. <link>: Defines a link between a document and an external resource (e.g., a CSS file). 10. <audio>: Embeds audio files. 11. <video>: Embeds video files. 12. <source>: Specifies multiple media resources for the audio or video elements.
<a href="https://example.com">Visit Example</a> <img src="image.jpg" alt="An example image" title="Example Image"> <map name="exampleMap"> <area shape="rect" coords="34,44,270,350" href="https://example.com" alt="Example Area" title="Example Area"> </map> <audio controls> <source src="audio.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> Your browser does not support the video tag. </video>
vildash network team has had alot of impact on others but here are the vildash network team testimonies and expirience while working with the team
you can now connect and text other users from our database. you just neeed to click bellow to message them
WE HAVE CODE EDITORS FOR LANGUAGES LIKE C, C#, C++, HTML, CSS, javascript, JAVA VISUAL BASIC
We dont just teach you to code we teach you to code and build amazing systems.we are group of expert who wants to promote our field of studies